adapted comments to the code changes

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

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

Loading…
Cancel
Save