summaryrefslogtreecommitdiffstats
path: root/controller
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-02-14 18:04:56 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-02-14 18:04:56 +0100
commitaa57ce57d39363371b20810639453d48f5f8e1a9 (patch)
tree646f4f49db820ba986f2cd30a09287031fcfa2c6 /controller
parent84a088a8340dfa2f5f3dc70866d2d47d91cbcaf0 (diff)
fixed error that resulted of not existing owncloud.css
Diffstat (limited to 'controller')
-rw-r--r--controller/news.controller.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/controller/news.controller.php b/controller/news.controller.php
index 6194c0b28..54d11119d 100644
--- a/controller/news.controller.php
+++ b/controller/news.controller.php
@@ -59,7 +59,6 @@ class NewsController extends Controller {
$this->api->addScript('app');
$this->api->addScript('multiselect', 'core');
- $this->api->addStyle('owncloud');
$this->api->addStyle('addnew');
$this->api->addStyle('feeds');
$this->api->addStyle('items');