diff --git a/mnemo/lib/Driver.php b/mnemo/lib/Driver.php index 57cf6e58750..ff0f8742d47 100644 --- a/mnemo/lib/Driver.php +++ b/mnemo/lib/Driver.php @@ -131,7 +131,7 @@ public function add($desc, $body, $tags = '', $passphrase = null) // Add tags. $GLOBALS['injector']->getInstance('Mnemo_Tagger') - ->tag($uid, $tags, $this->_notepad, 'note'); + ->tag($uid, $tags, $GLOBALS['registry']->getAuth(), 'note'); // Log the creation of this item in the history log. try {