diff options
author | Georg Ehrke <dev@georgswebsite.de> | 2012-04-27 23:12:11 +0200 |
---|---|---|
committer | Georg Ehrke <dev@georgswebsite.de> | 2012-04-27 23:14:53 +0200 |
commit | 7eb74923609aed3d69f1cc8619c8daeeac95c20f (patch) | |
tree | 2dfd3861d44c9471e0ca452a9c40aea8d5786550 /apps/files_sharing/ajax/toggleresharing.php | |
parent | 72c0d6968ebb474d731586417cdfeef2ef54f7d2 (diff) | |
download | nextcloud-server-7eb74923609aed3d69f1cc8619c8daeeac95c20f.tar.gz nextcloud-server-7eb74923609aed3d69f1cc8619c8daeeac95c20f.zip |
some fixes for sharing
Diffstat (limited to 'apps/files_sharing/ajax/toggleresharing.php')
-rw-r--r-- | apps/files_sharing/ajax/toggleresharing.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/files_sharing/ajax/toggleresharing.php b/apps/files_sharing/ajax/toggleresharing.php index 72af1eedec1..bd4d23ff79f 100644 --- a/apps/files_sharing/ajax/toggleresharing.php +++ b/apps/files_sharing/ajax/toggleresharing.php @@ -1,7 +1,5 @@ <?php -require_once('../../../lib/base.php'); - OC_JSON::checkAppEnabled('files_sharing'); OC_JSON::checkAdminUser(); if ($_POST['resharing'] == true) { |