From 8502f07afa36e3fae795213269fc85a8bcc7bb9b Mon Sep 17 00:00:00 2001 From: Olivier Paroz Date: Sat, 25 Jul 2015 20:15:07 +0200 Subject: Move to Gallery namespace --- js/galleryfileaction.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/galleryfileaction.js') diff --git a/js/galleryfileaction.js b/js/galleryfileaction.js index 3f562b98..80467be6 100644 --- a/js/galleryfileaction.js +++ b/js/galleryfileaction.js @@ -25,7 +25,7 @@ extension = '.public'; } var query = OC.buildQueryString(params); - return OC.generateUrl('apps/galleryplus/' + endPoint + extension + path, null) + '?' + + return OC.generateUrl('apps/gallery/' + endPoint + extension + path, null) + '?' + query; }, -- cgit v1.2.3