aboutsummaryrefslogtreecommitdiffstats
path: root/include/page_tail.php
diff options
context:
space:
mode:
authorflop25 <flop25@piwigo.org>2014-07-05 15:29:59 +0000
committerflop25 <flop25@piwigo.org>2014-07-05 15:29:59 +0000
commit012fc98041711fe3cd6c41ae0530d2fd31e4218f (patch)
tree0c5df350fba9b2a06c73de60a0551822b029da3e /include/page_tail.php
parentf140339c7dcac4c4670421b5619b80a84eac131e (diff)
bug:3098
redirect to the current page when switching git-svn-id: http://piwigo.org/svn/trunk@28952 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/page_tail.php')
-rw-r--r--include/page_tail.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/page_tail.php b/include/page_tail.php
index da082d4bb..f47dc2d91 100644
--- a/include/page_tail.php
+++ b/include/page_tail.php
@@ -70,7 +70,7 @@ if ( !empty($conf['mobile_theme']) && (get_device() != 'desktop' || mobile_theme
{
$template->assign('TOGGLE_MOBILE_THEME_URL',
add_url_params(
- duplicate_index_url(),
+ htmlspecialchars($_SERVER['REQUEST_URI']),
array('mobile' => mobile_theme() ? 'false' : 'true')
)
);