Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2012-01-31 02:20:47 +0400
committerRobin Appelman <icewind@owncloud.com>2012-01-31 02:20:47 +0400
commit1191b57b34ef63885bd6d05aff73f71de849a707 (patch)
tree8905ff5dfcbada471470fde0302a222dac4ff3ed /apps/files_sharing
parent4522d19b4c214676b8a0d4067c3a2d1bc63618bc (diff)
parent6a1121ab2e91a362ed1e13e18c44fca40761f97a (diff)
Merge branch 'master' into filesystem
Diffstat (limited to 'apps/files_sharing')
-rw-r--r--apps/files_sharing/get.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_sharing/get.php b/apps/files_sharing/get.php
index ca95a68c6ce..c80b0c2ef03 100644
--- a/apps/files_sharing/get.php
+++ b/apps/files_sharing/get.php
@@ -1,5 +1,4 @@
<?php
-$RUNTIME_NOAPPS=true; //no need to load the apps
$RUNTIME_NOSETUPFS=true; //don't setup the fs yet
require_once '../../lib/base.php';