Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Haertl <jus@bitgrid.net>2016-08-14 13:53:16 +0300
committerJulius Haertl <jus@bitgrid.net>2016-11-18 12:23:23 +0300
commitc7adcb85aefc384a59c6081015537a603a675c3e (patch)
tree0a70838d937acb18d39e50b977b56cd19b14b813 /apps/theming/appinfo
parent64510bd87aaca44af3048121aff38d65c7712ae3 (diff)
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.php1
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' => '.+')
],
]];