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

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin <deMattin@users.noreply.github.com>2015-03-20 16:56:00 +0300
committerMartin <deMattin@users.noreply.github.com>2015-03-20 16:56:00 +0300
commita9b835b1596123d28d4ae5c99a00eb6d0bf7a60c (patch)
treee9f58223f4296f3d0a240bffb9a786a56de4ae43 /external
parent7ae1ab1ef9dc4915a5c7f7e388f01972d4dcc332 (diff)
remove style.css registration
Move style.css registration from app.php to index.php
Diffstat (limited to 'external')
-rw-r--r--external/appinfo/app.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/external/appinfo/app.php b/external/appinfo/app.php
index 684a31db9..4a157b843 100644
--- a/external/appinfo/app.php
+++ b/external/appinfo/app.php
@@ -23,7 +23,6 @@
use OCA\External\External;
-OCP\Util::addStyle( 'external', 'style');
OCP\App::registerAdmin('external', 'settings');
$sites = External::getSites();