load logging apps for webdav connections

remotes/origin/stable45
Björn Schießle 13 years ago
parent d226ed697e
commit de1b95c8e7
  1. 2
      apps/files/appinfo/filesync.php
  2. 2
      apps/files/appinfo/remote.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'])) {

@ -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

Loading…
Cancel
Save