diff --git a/controller/action/DownloadActions.class.php b/controller/action/DownloadActions.class.php index aec59589..a6743b4b 100644 --- a/controller/action/DownloadActions.class.php +++ b/controller/action/DownloadActions.class.php @@ -20,7 +20,7 @@ class DownloadActions extends Actions break; } - return Controller::redirect($target ?: '/get', 302); + return Controller::redirect($uri ?: '/get', 302); } public static function executeGet()