From 49385e094665b4623ff09300aaa6989822cbccd6 Mon Sep 17 00:00:00 2001 From: Brice Maron Date: Mon, 22 Oct 2012 21:11:36 +0000 Subject: Fix some style --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'index.php') 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'); -- cgit v1.2.3