Skip to content
Snippets Groups Projects
Commit 3878950a authored by Björn Schießle's avatar Björn Schießle Committed by Lukas Reschke
Browse files

load logging apps for webdav connections

Backport of de1b95c
parent a327087c
No related branches found
No related tags found
No related merge requests found
......@@ -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'])) {
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment