summaryrefslogtreecommitdiffstats
path: root/apps/files/appinfo
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-02-06 11:34:27 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2014-02-06 11:34:27 +0100
commit79fc4f312604feb20f96378d052703ec4768ecad (patch)
tree437ddedcff43e5656e9899bc66aa9e6d1e49c293 /apps/files/appinfo
parent0db5fead8e9d4cfe410841ab4c4562987f2844a6 (diff)
downloadnextcloud-server-79fc4f312604feb20f96378d052703ec4768ecad.tar.gz
nextcloud-server-79fc4f312604feb20f96378d052703ec4768ecad.zip
Within OC:init() the minimum set of apps is loaded - which is filesystem, authentication and logging
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 ef22fe92188..8d762d4e880 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();