]> git.mxchange.org Git - friendica.git/commitdiff
really there is no App
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 3 Nov 2019 14:53:32 +0000 (15:53 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 3 Nov 2019 14:53:32 +0000 (15:53 +0100)
src/Module/Settings/UserExport.php

index 4bff27095d9ce3d1b6c09128bd03a24f5af21506..d5b8f88ec1b3727a0c10b05609404324842ced24 100644 (file)
@@ -82,7 +82,7 @@ class UserExport extends BaseSettingsModule
                                case "contact":
                                        header("Content-type: application/csv");
                                        header('Content-Disposition: attachment; filename="' . $user['nickname'] . '-contacts.csv'. '"');
-                                       self::exportContactsAsCSV(self::getApp());
+                                       self::exportContactsAsCSV();
                                        exit();
                                        break;
                                default: