really there is no App
This commit is contained in:
parent
9b03e2a564
commit
d3122c396e
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue