diff options
Diffstat (limited to 'apps/files_sharing/ajax/share.php')
-rwxr-xr-x | apps/files_sharing/ajax/share.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/ajax/share.php b/apps/files_sharing/ajax/share.php index eaaf2a3d244..4863170f57c 100755 --- a/apps/files_sharing/ajax/share.php +++ b/apps/files_sharing/ajax/share.php @@ -2,7 +2,7 @@ //$RUNTIME_NOAPPS = true; -OC_JSON::checkAppEnabled('files_sharing'); +OCP\JSON::checkAppEnabled('files_sharing'); require_once(OC::$APPSROOT . '/apps/files_sharing/lib_share.php'); $userDirectory = "/".OCP\USER::getUser()."/files"; |