aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/appinfo
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-03-28 10:33:55 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2014-03-28 10:33:55 +0100
commit5fa8f7cf128d819a195c540851faf265a481df64 (patch)
treeb5eec89d7f7508025c0abbf585d1c982f1defd2d /apps/files/appinfo
parente3b951f4122f0a5d8531faaf4082bfb356366847 (diff)
parent8b86b94d47d7fa78669bdc4f17e4b1fa39079787 (diff)
downloadnextcloud-server-5fa8f7cf128d819a195c540851faf265a481df64.tar.gz
nextcloud-server-5fa8f7cf128d819a195c540851faf265a481df64.zip
Merge pull request #7107 from owncloud/load-apps-proper-master
Load apps proper master
Diffstat (limited to 'apps/files/appinfo')
-rw-r--r--apps/files/appinfo/remote.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/files/appinfo/remote.php b/apps/files/appinfo/remote.php
index 826f72fb0e6..a8acfdb6e6e 100644
--- a/apps/files/appinfo/remote.php
+++ b/apps/files/appinfo/remote.php
@@ -22,12 +22,6 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
*
*/
-// load needed apps
-$RUNTIME_APPTYPES = array('filesystem', 'authentication', 'logging');
-
-OC_App::loadApps($RUNTIME_APPTYPES);
-
-OC_Util::obEnd();
// Backends
$authBackend = new OC_Connector_Sabre_Auth();