[Pkg-owncloud-commits] [owncloud] 150/223: Load fundamental apps, before any possible customizing app may follow

David Prévot taffit at moszumanska.debian.org
Sun Jun 22 01:54:18 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 7b704eeb5e2a545ff031ac33287750484769a054
Author: Arthur Schiwon <blizzz at owncloud.com>
Date:   Mon Jun 16 13:12:21 2014 +0200

    Load fundamental apps, before any possible customizing app may follow
---
 lib/base.php | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/base.php b/lib/base.php
index 5871ecb..963fb4c 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -696,6 +696,8 @@ class OC {
 		if (!self::$CLI and (!isset($_GET["logout"]) or ($_GET["logout"] !== 'true'))) {
 			try {
 				if (!OC_Config::getValue('maintenance', false) && !self::needUpgrade()) {
+					OC_App::loadApps(array('authentication'));
+					OC_App::loadApps(array('filesystem', 'logging'));
 					OC_App::loadApps();
 				}
 				self::checkSingleUserMode();

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list