summaryrefslogtreecommitdiffstats
path: root/lib/files/cache/updater.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/files/cache/updater.php')
-rw-r--r--lib/files/cache/updater.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/files/cache/updater.php b/lib/files/cache/updater.php
index 26041590091..cfc1ec731e2 100644
--- a/lib/files/cache/updater.php
+++ b/lib/files/cache/updater.php
@@ -54,7 +54,7 @@ class Updater {
}
static public function eTagUpdate($path) {
- if ($path !== '') {
+ if ($path !== '' && $path !== '/') {
$parent = dirname($path);
if ($parent === '.') {
$parent = '';