fix short download urls

This commit is contained in:
Alex Grintsvayg 2016-12-05 14:25:34 -05:00
parent 3017d737c4
commit 8b4d70b356

View file

@ -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()