keep the ToDo hint from delegations
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 11 Oct 2019 09:48:05 +0000 (11:48 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 11 Oct 2019 09:48:05 +0000 (11:48 +0200)
src/Module/Settings/Uexport.php

index a0218c6..1331466 100644 (file)
@@ -33,6 +33,7 @@ class Uexport extends BaseSettingsModule
                parent::content();
                $args = self::getClass(Arguments::class);
                if ($args->getArgc() == 3) {
+                       // @TODO Replace with router-provided arguments
                        $action = $args->get(2);
                        header("Content-type: application/json");
                        header('Content-Disposition: attachment; filename="' . $a->user['nickname'] . '.' . $action . '"');