From 7c4abce37377ad3f0931c601ac01b277ac542f2d Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Wed, 28 May 2014 21:43:48 +0200 Subject: Move authentication to it's own call --- public.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'public.php') diff --git a/public.php b/public.php index 3b48e129d9a..eed63948112 100644 --- a/public.php +++ b/public.php @@ -26,7 +26,8 @@ try { // Load all required applications \OC::$REQUESTEDAPP = $app; - OC_App::loadApps(array('authentication', 'filesystem', 'logging')); + OC_App::loadApps(array('authentication')); + OC_App::loadApps(array('filesystem', 'logging')); OC_Util::checkAppEnabled($app); OC_App::loadApp($app); -- cgit v1.2.3