From 258c30a25e62599b80ad42e584b85995c6db8fb5 Mon Sep 17 00:00:00 2001 From: Moc Date: Mon, 4 Aug 2014 16:09:46 +0200 Subject: [PATCH] Forum - added glyph and replaced deprecated function --- e107_plugins/forum/shortcodes/batch/view_shortcodes.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e107_plugins/forum/shortcodes/batch/view_shortcodes.php b/e107_plugins/forum/shortcodes/batch/view_shortcodes.php index dec69af97..79fb8b1f7 100644 --- a/e107_plugins/forum/shortcodes/batch/view_shortcodes.php +++ b/e107_plugins/forum/shortcodes/batch/view_shortcodes.php @@ -441,9 +441,9 @@ class plugin_forum_view_shortcodes extends e_shortcode $text .= "
  • "; - if(plugInstalled('pm') && ($this->postInfo['post_user'] > 0)) + if(e107::isInstalled('pm') && ($this->postInfo['post_user'] > 0)) { - $text .= "
  • ".LAN_FORUM_2036."
  • "; + $text .= "
  • ".$tp->toGlyph('envelope')." ".LAN_FORUM_2036."
  • "; } if($website = $this->sc_website())