Use Kronolith::getTagger()
authorMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 9 Feb 2009 00:42:36 +0000 (19:42 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 9 Feb 2009 00:42:36 +0000 (19:42 -0500)
kronolith/lib/Imple/TagAutoCompleter.php

index f3fcc72..173cf65 100644 (file)
@@ -82,7 +82,7 @@ class Kronolith_Imple_TagAutoCompleter extends Kronolith_Imple
      */
     static public function getTagList($search = '')
     {
-        $tagger = new Kronolith_Tagger();
+        $tagger = Kronolith::getTagger();
         $tags = $tagger->listTags($search);
 
         return array_values($tags);