summaryrefslogtreecommitdiff
path: root/library
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2015-01-30 21:51:52 +0000
committerGreg Roach <fisharebest@gmail.com>2015-01-30 21:51:52 +0000
commitc29fbe06963fa5611b37f9255f9152f9b044a73e (patch)
tree07f5ab303b604a2ac0374220bbddc36bffe69b77 /library
parentfc6c498abd59f778f240840fe29ef96fb58117b8 (diff)
downloadwebtrees-c29fbe06963fa5611b37f9255f9152f9b044a73e.tar.gz
webtrees-c29fbe06963fa5611b37f9255f9152f9b044a73e.tar.bz2
webtrees-c29fbe06963fa5611b37f9255f9152f9b044a73e.zip
Fix #402
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 df2a931ed2..7261102fec 100644
--- a/library/WT/Theme/BaseTheme.php
+++ b/library/WT/Theme/BaseTheme.php
@@ -1363,7 +1363,7 @@ abstract class BaseTheme {
*/
protected function menuMyPages() {
if (Auth::id()) {
- return new WT_Menu(WT_I18N::translate('My pages'), null, 'menu-mymenu', null, array_filter(array(
+ return new WT_Menu(WT_I18N::translate('My pages'), '#', 'menu-mymenu', null, array_filter(array(
$this->menuMyPage(),
$this->menuMyIndividualRecord(),
$this->menuMyPedigree(),