From: Björn Schießle Date: Wed, 31 Oct 2012 14:45:47 +0000 (+0100) Subject: adapted comments to the code changes X-Git-Tag: v5.0.0alpha1~527 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a9ce43de417385613bcd6f9f2b92d09dd6ccbc26;p=nextcloud-server.git adapted comments to the code changes --- diff --git a/apps/files/appinfo/filesync.php b/apps/files/appinfo/filesync.php index a21dcbd78a0..47fc6fb4de6 100644 --- a/apps/files/appinfo/filesync.php +++ b/apps/files/appinfo/filesync.php @@ -20,7 +20,7 @@ * The final URL will look like http://.../remote.php/filesync/oc_chunked/path/to/file */ -// only need filesystem apps +// load needed apps $RUNTIME_APPTYPES=array('filesystem','authentication','logging'); OC_App::loadApps($RUNTIME_APPTYPES); if(!OC_User::isLoggedIn()) { diff --git a/apps/files/appinfo/remote.php b/apps/files/appinfo/remote.php index 0f8a147bb10..f12430f24dd 100644 --- a/apps/files/appinfo/remote.php +++ b/apps/files/appinfo/remote.php @@ -22,7 +22,7 @@ * License along with this library. If not, see . * */ -// only need filesystem apps +// load needed apps $RUNTIME_APPTYPES=array('filesystem','authentication','logging'); OC_App::loadApps($RUNTIME_APPTYPES);