Skip to content
Snippets Groups Projects
Commit a9ce43de authored by Björn Schießle's avatar Björn Schießle Committed by Lukas Reschke
Browse files

adapted comments to the code changes

parent 3878950a
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
* The final URL will look like http://.../remote.php/filesync/oc_chunked/path/to/file * 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'); $RUNTIME_APPTYPES=array('filesystem','authentication','logging');
OC_App::loadApps($RUNTIME_APPTYPES); OC_App::loadApps($RUNTIME_APPTYPES);
if(!OC_User::isLoggedIn()) { if(!OC_User::isLoggedIn()) {
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * 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'); $RUNTIME_APPTYPES=array('filesystem','authentication','logging');
OC_App::loadApps($RUNTIME_APPTYPES); OC_App::loadApps($RUNTIME_APPTYPES);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment