summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorBrice Maron <brice@bmaron.net>2012-10-22 21:11:36 +0000
committerBrice Maron <brice@bmaron.net>2012-10-22 21:11:36 +0000
commit49385e094665b4623ff09300aaa6989822cbccd6 (patch)
tree87ca33dd66a55ca48e819da0fb7596347f8f0fd1 /index.php
parent3ac1ebe1684f9767299ff07364f7f286ca054951 (diff)
Fix some style
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');