diff options
author | Julius Haertl <jus@bitgrid.net> | 2016-08-14 12:53:16 +0200 |
---|---|---|
committer | Julius Haertl <jus@bitgrid.net> | 2016-11-18 10:23:23 +0100 |
commit | c7adcb85aefc384a59c6081015537a603a675c3e (patch) | |
tree | 0a70838d937acb18d39e50b977b56cd19b14b813 /apps/theming/appinfo | |
parent | 64510bd87aaca44af3048121aff38d65c7712ae3 (diff) | |
download | nextcloud-server-c7adcb85aefc384a59c6081015537a603a675c3e.tar.gz nextcloud-server-c7adcb85aefc384a59c6081015537a603a675c3e.zip |
Theming: Fix default parameters in icon routes
Signed-off-by: Julius Haertl <jus@bitgrid.net>
Diffstat (limited to 'apps/theming/appinfo')
-rw-r--r-- | apps/theming/appinfo/routes.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/theming/appinfo/routes.php b/apps/theming/appinfo/routes.php index a6511668d14..a8436ab254f 100644 --- a/apps/theming/appinfo/routes.php +++ b/apps/theming/appinfo/routes.php @@ -76,7 +76,6 @@ return ['routes' => [ 'name' => 'Icon#getThemedIcon', 'url' => '/img/{app}/{image}', 'verb' => 'GET', - 'defaults' => array("app" => "core"), 'requirements' => array('image' => '.+') ], ]]; |