summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Gapczynski <GapczynskiM@gmail.com>2012-05-02 19:24:43 -0400
committerMichael Gapczynski <GapczynskiM@gmail.com>2012-05-02 19:24:43 -0400
commit80dff77b659d843994255509fe2f3204e2b6193e (patch)
treebd4436a728ad3b004a36eb01f654c78c0b19d70d
parente5ef3e1340f68fdcc46ba318dab1773b8fb530a8 (diff)
downloadnextcloud-server-80dff77b659d843994255509fe2f3204e2b6193e.tar.gz
nextcloud-server-80dff77b659d843994255509fe2f3204e2b6193e.zip
Fix private links
-rwxr-xr-xapps/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 32bca2ad6e9..a741139b929 100755
--- a/apps/files_sharing/get.php
+++ b/apps/files_sharing/get.php
@@ -1,7 +1,6 @@
<?php
$RUNTIME_NOSETUPFS=true; //don't setup the fs yet
-require_once '../../lib/base.php';
OC_JSON::checkAppEnabled('files_sharing');
require_once 'lib_share.php';