summaryrefslogtreecommitdiffstats
path: root/apps/files/appinfo/remote.php
diff options
context:
space:
mode:
authorBjörn Schießle <schiessle@owncloud.com>2012-10-31 15:45:47 +0100
committerLukas Reschke <lukas@statuscode.ch>2012-11-01 00:20:50 +0100
commita9ce43de417385613bcd6f9f2b92d09dd6ccbc26 (patch)
treec33e8386d60abeedc379046bf5db9a88c639c0d1 /apps/files/appinfo/remote.php
parent3878950af4729e5249d64f0a7ac78dac21838e26 (diff)
downloadnextcloud-server-a9ce43de417385613bcd6f9f2b92d09dd6ccbc26.tar.gz
nextcloud-server-a9ce43de417385613bcd6f9f2b92d09dd6ccbc26.zip
adapted comments to the code changes
Diffstat (limited to 'apps/files/appinfo/remote.php')
-rw-r--r--apps/files/appinfo/remote.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/appinfo/remote.php b/apps/files/appinfo/remote.php
index 0f8a147bb10..f12430f24dd 100644
--- a/apps/files/appinfo/remote.php
+++ b/apps/files/appinfo/remote.php
@@ -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);