Skip to content

Commit

Permalink
Typo/parse error.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Sep 16, 2015
1 parent 26c3700 commit 6ad7f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mnemo/lib/Driver.php
Expand Up @@ -264,7 +264,7 @@ public function delete($noteId)

// Remove tags
$GLOBALS['injector']->getInstance('Mnemo_Tagger')
->replaceTags($uid, array(), $GLOBALS['registry']->getAuth(), 'note')
->replaceTags($uid, array(), $GLOBALS['registry']->getAuth(), 'note');
}

}
Expand Down

0 comments on commit 6ad7f63

Please sign in to comment.