[Pkg-owncloud-commits] [owncloud] 41/67: Bring back loadApps() in base.php
David Prévot
taffit at moszumanska.debian.org
Fri Jun 27 23:58:16 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 a120d6e9a389164c4ca81c235af415abab61489d
Author: Vincent Petry <pvince81 at owncloud.com>
Date: Tue Jun 24 17:37:58 2014 +0200
Bring back loadApps() in base.php
loadApps() had been deleted by mistake in
799205488cf82312586f99185e13df6015caa2ff
---
lib/base.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/base.php b/lib/base.php
index ca2e49b..eef0947 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -693,6 +693,7 @@ class OC {
if (!OC_Config::getValue('maintenance', false) && !\OCP\Util::needUpgrade()) {
OC_App::loadApps(array('authentication'));
OC_App::loadApps(array('filesystem', 'logging'));
+ OC_App::loadApps();
}
self::checkSingleUserMode();
OC::$server->getRouter()->match(OC_Request::getRawPathInfo());
--
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