summaryrefslogtreecommitdiff
path: root/library/WT/Controller/Source.php
diff options
context:
space:
mode:
Diffstat (limited to 'library/WT/Controller/Source.php')
-rw-r--r--library/WT/Controller/Source.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/WT/Controller/Source.php b/library/WT/Controller/Source.php
index bf8196cf69..3856bb4740 100644
--- a/library/WT/Controller/Source.php
+++ b/library/WT/Controller/Source.php
@@ -136,7 +136,7 @@ class WT_Controller_Source extends WT_Controller_Base {
$submenu = new WT_Menu(
/* I18N: Menu option. Add [the current page] to the list of favorites */ WT_I18N::translate('Add to favorites'),
'#',
- 'menu-fam-addfav'
+ 'menu-sour-addfav'
);
$submenu->addOnclick("jQuery.post('module.php?mod=user_favorites&mod_action=menu-add-favorite',{xref:'".$this->source->getXref()."'},function(){location.reload();})");
$submenu->addIcon('favorites');