there was no App
This commit is contained in:
parent
299b0d643b
commit
9b03e2a564
1 changed files with 1 additions and 3 deletions
|
@ -146,10 +146,8 @@ class UserExport extends BaseSettingsModule
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Export a list of the contacts as CSV file as e.g. Mastodon and Pleroma are doing.
|
* Export a list of the contacts as CSV file as e.g. Mastodon and Pleroma are doing.
|
||||||
*
|
|
||||||
* @param App $a the app data
|
|
||||||
**/
|
**/
|
||||||
private static function exportContactsAsCSV(App $a)
|
private static function exportContactsAsCSV()
|
||||||
{
|
{
|
||||||
// write the table header (like Mastodon)
|
// write the table header (like Mastodon)
|
||||||
echo "Account address, Show boosts\n";
|
echo "Account address, Show boosts\n";
|
||||||
|
|
Loading…
Reference in a new issue