Skip to content

Commit

Permalink
Fix scope.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Dec 28, 2015
1 parent 2abc7c7 commit c5f05cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mnemo/lib/Driver.php
Expand Up @@ -301,7 +301,7 @@ public function deleteAll()
array('action' => 'delete'),
true);

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

/* Tell content we removed the object */
Expand Down

0 comments on commit c5f05cb

Please sign in to comment.