]> 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)
committerBjörn Schießle <schiessle@owncloud.com>
Wed, 31 Oct 2012 13:12:09 +0000 (14:12 +0100)
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 a84216b61b786c6c5fd6e42914f4c3e183449667..bad5b95c1c3d79a5595e32bee18033334f94f2f3 100644 (file)
@@ -23,7 +23,7 @@
  *
  */
 // only need filesystem apps
-$RUNTIME_APPTYPES=array('filesystem','authentication');
+$RUNTIME_APPTYPES=array('filesystem','authentication','logging');
 OC_App::loadApps($RUNTIME_APPTYPES);
 
 // Backends