aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/ajax/getitem.php
diff options
context:
space:
mode:
authorkrzaczek <pawel@freshmind.pl>2011-10-04 15:58:54 +0200
committerRobin Appelman <icewind1991@gmail.com>2011-11-18 14:05:38 +0100
commit82f30c709cc2d4c6ac218206531b7ccdffb5d4b5 (patch)
tree96b4bcd620b9d4608f42e18635d1d8626d03bac8 /apps/files_sharing/ajax/getitem.php
parenta70c2b3cb9752507ea60d7b8d2bbcedad04feb14 (diff)
downloadnextcloud-server-82f30c709cc2d4c6ac218206531b7ccdffb5d4b5.tar.gz
nextcloud-server-82f30c709cc2d4c6ac218206531b7ccdffb5d4b5.zip
apps file_sharing - remove "$RUNTIME_NOAPPS = true" from all ajax file
to enable other user backend
Diffstat (limited to 'apps/files_sharing/ajax/getitem.php')
-rw-r--r--apps/files_sharing/ajax/getitem.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/ajax/getitem.php b/apps/files_sharing/ajax/getitem.php
index 075ec043eac..d9df4abe984 100644
--- a/apps/files_sharing/ajax/getitem.php
+++ b/apps/files_sharing/ajax/getitem.php
@@ -1,5 +1,5 @@
<?php
-$RUNTIME_NOAPPS = true;
+//$RUNTIME_NOAPPS = true;
require_once('../../../lib/base.php');
OC_JSON::checkAppEnabled('files_sharing');