Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Paroz <oparoz@users.noreply.github.com>2016-03-09 20:46:56 +0300
committerOlivier Paroz <oparoz@users.noreply.github.com>2016-03-09 20:46:56 +0300
commitb9d99a8f6ef0d9f77f21c745143af983a8b8baa9 (patch)
treee39a55559deddc8ffc8c6bfe444ea4dbd4fc1442
parenta8799e3f6c28e7f5e43b33fcd64906fe5b554c25 (diff)
parent95524964b7ccac3c41118085ece7e7583e798fab (diff)
Merge pull request #563 from imjalpreet/BackPort561v9.0.1betav9.0.1RC1
[stable9] Shared Albums can now be downloaded via shared link, backport of #561
-rw-r--r--js/galleryutility.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/galleryutility.js b/js/galleryutility.js
index 4cb93077..a7b2aae7 100644
--- a/js/galleryutility.js
+++ b/js/galleryutility.js
@@ -170,7 +170,7 @@ window.Gallery = window.Gallery || {};
if (Gallery.token) {
params.token = Gallery.token;
- subUrl = 's/{token}/download?path={path}&files={files}';
+ subUrl = 's/{token}/download?dir={path}&files={files}';
} else {
subUrl = 'apps/files/ajax/download.php?dir={path}&files={files}';
}