]> source.dussan.org Git - nextcloud-server.git/commitdiff
adapted comments to the code changes
authorBjörn Schießle <schiessle@owncloud.com>
Wed, 31 Oct 2012 14:45:47 +0000 (15:45 +0100)
committerLukas Reschke <lukas@statuscode.ch>
Wed, 31 Oct 2012 23:20:50 +0000 (00:20 +0100)
apps/files/appinfo/filesync.php
apps/files/appinfo/remote.php

index a21dcbd78a0a1fd5b0cb996a5fa88f51da9355fb..47fc6fb4de659bf0b8bb03ab094145e646165ee0 100644 (file)
@@ -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()) {
index 0f8a147bb105e9d0c92330f4f4f97211cd5b64f7..f12430f24ddcf115850da375593dfec116543be3 100644 (file)
@@ -22,7 +22,7 @@
  * License along with this library.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
-// only need filesystem apps
+// load needed apps
 $RUNTIME_APPTYPES=array('filesystem','authentication','logging');
 
 OC_App::loadApps($RUNTIME_APPTYPES);