Index: /trunk/apps/snippets/modules/tag/actions/actions.class.php =================================================================== --- /trunk/apps/snippets/modules/tag/actions/actions.class.php (revision 2) +++ /trunk/apps/snippets/modules/tag/actions/actions.class.php (revision 11) @@ -22,5 +22,5 @@ { $c = new Criteria(); - $c->add(TagPeer::NAME, $this->getRequestParameter('tag')); + $c->add(SnippetTagPeer::NAME, $this->getRequestParameter('tag')); $tags = SnippetTagPeer::doSelect($c);