summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
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');