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 <github@oparoz.com>2015-06-25 02:50:23 +0300
committerOlivier Paroz <github@oparoz.com>2015-06-25 02:50:23 +0300
commitf626a05841a1410b562c6dd2962e535faf513853 (patch)
tree114afcb70ae30de69c98a6744e3e2326c459fdab /controller
parent5f53377c3e9f098e086ee18a699aa1d20294ef71 (diff)
Forgot etags for public folders + increment version
Diffstat (limited to 'controller')
-rw-r--r--controller/publicfilescontroller.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/controller/publicfilescontroller.php b/controller/publicfilescontroller.php
index d7b9c162..9b1db24a 100644
--- a/controller/publicfilescontroller.php
+++ b/controller/publicfilescontroller.php
@@ -29,8 +29,8 @@ class PublicFilesController extends FilesController {
*
* @inheritDoc
*/
- public function getFiles($location, $features) {
- return parent::getFiles($location, $features);
+ public function getFiles($location, $features, $etag) {
+ return parent::getFiles($location, $features, $etag);
}
}