really there is no App

This commit is contained in:
Tobias Diekershoff 2019-11-03 15:53:32 +01:00
parent 9b03e2a564
commit d3122c396e
1 changed files with 1 additions and 1 deletions

View 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: