keep the ToDo hint from delegations
This commit is contained in:
parent
882449266c
commit
e3a947fb3d
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ class Uexport extends BaseSettingsModule
|
||||||
parent::content();
|
parent::content();
|
||||||
$args = self::getClass(Arguments::class);
|
$args = self::getClass(Arguments::class);
|
||||||
if ($args->getArgc() == 3) {
|
if ($args->getArgc() == 3) {
|
||||||
|
// @TODO Replace with router-provided arguments
|
||||||
$action = $args->get(2);
|
$action = $args->get(2);
|
||||||
header("Content-type: application/json");
|
header("Content-type: application/json");
|
||||||
header('Content-Disposition: attachment; filename="' . $a->user['nickname'] . '.' . $action . '"');
|
header('Content-Disposition: attachment; filename="' . $a->user['nickname'] . '.' . $action . '"');
|
||||||
|
|
Loading…
Reference in a new issue