Skip to content

Commit

Permalink
Fix setting user when tagging a note.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jul 16, 2014
1 parent 215f30b commit b5b4028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mnemo/lib/Driver.php
Expand Up @@ -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 {
Expand Down

0 comments on commit b5b4028

Please sign in to comment.