diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-01-30 23:20:47 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-01-30 23:20:47 +0100 |
commit | 1191b57b34ef63885bd6d05aff73f71de849a707 (patch) | |
tree | 8905ff5dfcbada471470fde0302a222dac4ff3ed /apps/files_sharing | |
parent | 4522d19b4c214676b8a0d4067c3a2d1bc63618bc (diff) | |
parent | 6a1121ab2e91a362ed1e13e18c44fca40761f97a (diff) | |
download | nextcloud-server-1191b57b34ef63885bd6d05aff73f71de849a707.tar.gz nextcloud-server-1191b57b34ef63885bd6d05aff73f71de849a707.zip |
Merge branch 'master' into filesystem
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/get.php | 1 |
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'; |