adapted comments to the code changes

This commit is contained in:
Björn Schießle 2012-10-31 15:45:47 +01:00 committed by Lukas Reschke
parent 3878950af4
commit a9ce43de41
2 changed files with 2 additions and 2 deletions

View 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()) {

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