]> source.dussan.org Git - nextcloud-server.git/commitdiff
load logging apps for webdav connections
authorBjörn Schießle <schiessle@owncloud.com>
Wed, 31 Oct 2012 13:12:09 +0000 (14:12 +0100)
committerLukas Reschke <lukas@statuscode.ch>
Wed, 31 Oct 2012 23:20:43 +0000 (00:20 +0100)
Backport of de1b95c

apps/files/appinfo/filesync.php
apps/files/appinfo/remote.php

index c1fe444cec7ae44531fa12d53f219dbdd55f4a58..a21dcbd78a0a1fd5b0cb996a5fa88f51da9355fb 100644 (file)
@@ -21,7 +21,7 @@
  */
 
 // only need filesystem apps
-$RUNTIME_APPTYPES=array('filesystem','authentication');
+$RUNTIME_APPTYPES=array('filesystem','authentication','logging');
 OC_App::loadApps($RUNTIME_APPTYPES);
 if(!OC_User::isLoggedIn()) {
         if(!isset($_SERVER['PHP_AUTH_USER'])) {
index ecabe8621ddc2c974ea4c43658936464f803f808..0f8a147bb105e9d0c92330f4f4f97211cd5b64f7 100644 (file)
@@ -23,7 +23,8 @@
  *
  */
 // only need filesystem apps
-$RUNTIME_APPTYPES=array('filesystem', 'authentication');
+$RUNTIME_APPTYPES=array('filesystem','authentication','logging');
+
 OC_App::loadApps($RUNTIME_APPTYPES);
 
 // Backends