Skip to content

Commit

Permalink
[9.0] Issue #554: Shared Albums can now be downloaded via shared link
Browse files Browse the repository at this point in the history
(cherry picked from commit 6e23f43)
  • Loading branch information
imjalpreet authored and oparoz committed Mar 8, 2016
1 parent 261aaab commit 9ea9b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/galleryutility.js
Expand Up @@ -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}';
}
Expand Down

0 comments on commit 9ea9b63

Please sign in to comment.