aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/styleswitcher.js
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/styles/prosilver/template/styleswitcher.js')
-rw-r--r--phpBB/styles/prosilver/template/styleswitcher.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/styleswitcher.js b/phpBB/styles/prosilver/template/styleswitcher.js
index c68215d13f..203d8e4c21 100644
--- a/phpBB/styles/prosilver/template/styleswitcher.js
+++ b/phpBB/styles/prosilver/template/styleswitcher.js
@@ -112,7 +112,7 @@ function createCookie(name, value, days)
expires = '';
}
- document.cookie = name + '=' + value + expires + '; path=/';
+ document.cookie = name + '=' + value + expires + style_cookie_settings;
}
function readCookie(name)