Fix copy/paste error.
authorMichael J Rubinsky <mrubinsk@horde.org>
Tue, 1 Feb 2011 16:31:17 +0000 (11:31 -0500)
committerMichael J Rubinsky <mrubinsk@horde.org>
Tue, 1 Feb 2011 16:31:58 +0000 (11:31 -0500)
content/lib/Tagger.php

index 392bf67..9c8b4da 100644 (file)
@@ -794,7 +794,7 @@ class Content_Tagger
         }
 
         /* Note that we don't convertCharset here, it's done in listTagInfo */
-        $tags = $GLOBALS['ansel_db']->queryAll($sql, null, MDB2_FETCHMODE_ASSOC, true);
+        $tags = $this->_db->selectAssoc($sql);
 
         return $tags;
     }