From: Björn Schießle Date: Wed, 31 Oct 2012 13:12:09 +0000 (+0100) Subject: load logging apps for webdav connections X-Git-Tag: v5.0.0alpha1~528 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3878950af4729e5249d64f0a7ac78dac21838e26;p=nextcloud-server.git load logging apps for webdav connections Backport of de1b95c --- diff --git a/apps/files/appinfo/filesync.php b/apps/files/appinfo/filesync.php index c1fe444cec7..a21dcbd78a0 100644 --- a/apps/files/appinfo/filesync.php +++ b/apps/files/appinfo/filesync.php @@ -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'])) { diff --git a/apps/files/appinfo/remote.php b/apps/files/appinfo/remote.php index ecabe8621dd..0f8a147bb10 100644 --- a/apps/files/appinfo/remote.php +++ b/apps/files/appinfo/remote.php @@ -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