From 9b03e2a5644f65f8ab43d0832eb7f1efbe9db999 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 3 Nov 2019 15:07:29 +0100 Subject: [PATCH] there was no App --- src/Module/Settings/UserExport.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Module/Settings/UserExport.php b/src/Module/Settings/UserExport.php index 1b7bfe8f0e..4bff27095d 100644 --- a/src/Module/Settings/UserExport.php +++ b/src/Module/Settings/UserExport.php @@ -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";