diff options
Diffstat (limited to 'apps/gallery/ajax/thumbnail.php')
-rwxr-xr-x | apps/gallery/ajax/thumbnail.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/gallery/ajax/thumbnail.php b/apps/gallery/ajax/thumbnail.php index 92e9fd4269e..ff0cb44022c 100755 --- a/apps/gallery/ajax/thumbnail.php +++ b/apps/gallery/ajax/thumbnail.php @@ -22,8 +22,8 @@ */ -OC_JSON::checkLoggedIn(); -OC_JSON::checkAppEnabled('gallery'); +OCP\JSON::checkLoggedIn(); +OCP\JSON::checkAppEnabled('gallery'); $img = $_GET['img']; |