aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/index.php b/index.php
index 4ca48385d..1883e67b0 100644
--- a/index.php
+++ b/index.php
@@ -433,11 +433,7 @@ $template->assign_block_vars(
array(
'TITLE' => $lang['about_page_title'],
'NAME' => $lang['About'],
- 'U_SUMMARY' => 'about.php?'.str_replace(
- '&',
- '&',
- $_SERVER['QUERY_STRING']
- )
+ 'U_SUMMARY' => get_root_url().'about.php',
)
);