[Pkg-owncloud-commits] [owncloud] 23/394: load logging apps for webdav connections
David Prévot
taffit at alioth.debian.org
Fri Nov 8 23:11:18 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag v4.5.10
in repository owncloud.
commit de1b95c8e7cc865ca732a53ab7081767ba148ed8
Author: Björn Schießle <schiessle at owncloud.com>
Date: Wed Oct 31 14:12:09 2012 +0100
load logging apps for webdav connections
---
apps/files/appinfo/filesync.php | 2 +-
apps/files/appinfo/remote.php | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/apps/files/appinfo/filesync.php b/apps/files/appinfo/filesync.php
index c1fe444..a21dcbd 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 a84216b..bad5b95 100644
--- a/apps/files/appinfo/remote.php
+++ b/apps/files/appinfo/remote.php
@@ -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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list