diff options
Diffstat (limited to 'core/namespace/Item.php')
-rw-r--r-- | core/namespace/Item.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/namespace/Item.php b/core/namespace/Item.php index ba54579..0a7d364 100644 --- a/core/namespace/Item.php +++ b/core/namespace/Item.php @@ -96,6 +96,7 @@ abstract class Item implements ItemInterface { $content = $this->getBody(); if(\Application::get($item::CONFIGURATION.'.EMOTICONS') === TRUE) { + $content = parseUnicodeEmoticons($content); $content = parseEmoticons($content); } @@ -196,4 +197,3 @@ abstract class Item implements ItemInterface { } } } -?>
\ No newline at end of file |