]> 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)
committerBjörn Schießle <schiessle@owncloud.com>
Wed, 31 Oct 2012 14:45:47 +0000 (15:45 +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 bad5b95c1c3d79a5595e32bee18033334f94f2f3..a3c78d62b213b45a671b56b5a7e101a16736cf9f 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);