there was no App

This commit is contained in:
Tobias Diekershoff 2019-11-03 15:07:29 +01:00
parent 299b0d643b
commit 9b03e2a564
1 changed files with 1 additions and 3 deletions

View File

@ -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.
*
* @param App $a the app data
**/
private static function exportContactsAsCSV(App $a)
private static function exportContactsAsCSV()
{
// write the table header (like Mastodon)
echo "Account address, Show boosts\n";