Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Oct 8, 2013
1 parent a782464 commit 9b80259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Core/lib/Horde/Core/Text/Filter/Emoticons.php
Expand Up @@ -24,7 +24,7 @@ class Horde_Core_Text_Filter_Emoticons extends Horde_Text_Filter_Emoticons
*/
public function getIcon($icon)
{
return Horde_Themes_Tag::tag('emoticons/' . $this->getIcons($icon) . '.png', array(
return Horde_Themes_Image::tag('emoticons/' . $this->getIcons($icon) . '.png', array(
'alt' => $icon,
'attr' => array(
'align' => 'middle',
Expand Down

0 comments on commit 9b80259

Please sign in to comment.