summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-07-14 20:51:54 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-07-14 20:51:54 -0400
commitc53efe6fa7e08863c010a51b85854b3194a764fe (patch)
treef5c7ad0463ee858d306f600d80f9e93a63b2aea6 /index.php
parent5129c0018774a4d705074ee50bdefd1cc261664c (diff)
begins opml importer
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index e75ec19d6..917f8f13b 100644
--- a/index.php
+++ b/index.php
@@ -17,7 +17,7 @@ OCP\User::checkLoggedIn();
OCP\App::checkAppEnabled('news');
OCP\App::setActiveNavigationEntry('news');
-OCP\Util::addscript('news','news');
+OCP\Util::addScript('news','news');
OCP\Util::addStyle('news','news');
$l = OC_L10N::get('news');