summaryrefslogtreecommitdiff
path: root/library
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2015-01-24 14:45:29 +0000
committerGreg Roach <fisharebest@gmail.com>2015-01-24 14:45:29 +0000
commit52831beaf68187b60d7e790fc1521c906deb8a54 (patch)
treeba91519eda98a8c0582715bd0122ac473a455167 /library
parentbb72d90ada2646d937f4fb66a6eb2aadd7ce0d54 (diff)
downloadwebtrees-52831beaf68187b60d7e790fc1521c906deb8a54.tar.gz
webtrees-52831beaf68187b60d7e790fc1521c906deb8a54.tar.bz2
webtrees-52831beaf68187b60d7e790fc1521c906deb8a54.zip
Fix: #390
Diffstat (limited to 'library')
-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()) . '&amp;' . $this->tree_url;
+ $surname_url = '&amp;surname=' . rawurlencode($controller->getSignificantSurname());
$menulist = array(
new WT_Menu(WT_I18N::translate('Individuals'), 'indilist.php?' . $this->tree_url . $surname_url, 'menu-list-indi'),