summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--library/WT/Theme/BaseTheme.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/WT/Theme/BaseTheme.php b/library/WT/Theme/BaseTheme.php
index 0dbef53202..f262265876 100644
--- a/library/WT/Theme/BaseTheme.php
+++ b/library/WT/Theme/BaseTheme.php
@@ -1177,7 +1177,7 @@ abstract class BaseTheme {
)->execute(array(WT_GED_ID, WT_GED_ID, WT_GED_ID, WT_GED_ID))->fetchOneRow();
// Build a list of submenu items and then sort it in localized name order
- $surname_url = '&surname=' . rawurlencode($controller->getSignificantSurname()) . '&' . $this->tree_url;
+ $surname_url = '&surname=' . rawurlencode($controller->getSignificantSurname());
$menulist = array(
new WT_Menu(WT_I18N::translate('Individuals'), 'indilist.php?' . $this->tree_url . $surname_url, 'menu-list-indi'),