summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index 6bca9711d..1fadfc812 100644
--- a/index.php
+++ b/index.php
@@ -11,8 +11,8 @@
*
*/
-require_once(OC_App::getAppPath('news') . '/controllers/controller.php');
-require_once(OC_App::getAppPath('news') . '/controllers/news.controller.php');
+require_once OC_App::getAppPath('news') . '/controllers/controller.php';
+require_once OC_App::getAppPath('news') . '/controllers/news.controller.php';
OCP\User::checkLoggedIn();
OCP\App::checkAppEnabled('news');