really there is no App
This commit is contained in:
parent
9b03e2a564
commit
d3122c396e
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ class UserExport extends BaseSettingsModule
|
||||||
case "contact":
|
case "contact":
|
||||||
header("Content-type: application/csv");
|
header("Content-type: application/csv");
|
||||||
header('Content-Disposition: attachment; filename="' . $user['nickname'] . '-contacts.csv'. '"');
|
header('Content-Disposition: attachment; filename="' . $user['nickname'] . '-contacts.csv'. '"');
|
||||||
self::exportContactsAsCSV(self::getApp());
|
self::exportContactsAsCSV();
|
||||||
exit();
|
exit();
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in a new issue