summaryrefslogtreecommitdiff
path: root/library/WT/Controller/Note.php
diff options
context:
space:
mode:
Diffstat (limited to 'library/WT/Controller/Note.php')
-rw-r--r--library/WT/Controller/Note.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/WT/Controller/Note.php b/library/WT/Controller/Note.php
index 32aea02437..71082f94c8 100644
--- a/library/WT/Controller/Note.php
+++ b/library/WT/Controller/Note.php
@@ -136,7 +136,7 @@ class WT_Controller_Note 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-note-addfav'
);
$submenu->addOnclick("jQuery.post('module.php?mod=user_favorites&mod_action=menu-add-favorite',{xref:'".$this->note->getXref()."'},function(){location.reload();})");
$submenu->addIcon('favorites');