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

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2018-06-14 20:11:55 +0300
committerMaxence Lange <maxence@artificial-owl.com>2018-06-14 20:11:55 +0300
commit581ffdc206e43c979ba8d33dabd2349e64b33347 (patch)
treeba9735d31087541baf24739862e2270498b37f45 /lib
parent02156318844528349343683922d2c225eb704fd6 (diff)
0.8.1
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Controller/TemplatesController.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Controller/TemplatesController.php b/lib/Controller/TemplatesController.php
index 4213526..eff6cc1 100644
--- a/lib/Controller/TemplatesController.php
+++ b/lib/Controller/TemplatesController.php
@@ -127,10 +127,6 @@ class TemplatesController extends Controller {
$nav = $options['navigation'];
}
- if (array_key_exists('css', $nav)) {
- Util::addStyle($provider->getAppId(), $nav['css']);
- }
-
$ret[$providerAppId] =
[
'provider' => $provider->getId(),