summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2012-08-08 17:13:20 +0200
committerBart Visscher <bartv@thisnet.nl>2012-08-08 22:42:50 +0200
commit7522a23693b11a4c277a475cdb3204a1d9ac5912 (patch)
tree3590acafa1b45b9c69b28f46a8f185cba6dfe50e /apps/files_sharing
parent05648dac619942dfccc76180d30fcd79364355ec (diff)
downloadnextcloud-server-7522a23693b11a4c277a475cdb3204a1d9ac5912.tar.gz
nextcloud-server-7522a23693b11a4c277a475cdb3204a1d9ac5912.zip
Remove unused RUNTIME_NOSETUPFS var
Diffstat (limited to 'apps/files_sharing')
-rw-r--r--apps/files_sharing/get.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/files_sharing/get.php b/apps/files_sharing/get.php
index 70a5162d382..1d219719b2d 100644
--- a/apps/files_sharing/get.php
+++ b/apps/files_sharing/get.php
@@ -1,6 +1,4 @@
<?php
-$RUNTIME_NOSETUPFS=true; //don't setup the fs yet
-
// only need authentication apps
$RUNTIME_APPTYPES=array('authentication');
OC_App::loadApps($RUNTIME_APPTYPES);