From: Tobias Diekershoff Date: Sun, 3 Nov 2019 14:07:29 +0000 (+0100) Subject: there was no App X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9b03e2a5644f65f8ab43d0832eb7f1efbe9db999;p=friendica.git there was no App --- 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";