From a5e4a407a8b4b3abda927544be6ff0d1b2100751 Mon Sep 17 00:00:00 2001 From: Cameron Date: Thu, 23 Apr 2015 10:04:49 -0700 Subject: [PATCH] Fix for PM unblock icon. --- e107_plugins/pm/pm_shortcodes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_plugins/pm/pm_shortcodes.php b/e107_plugins/pm/pm_shortcodes.php index 5d025346c..c5a1cf8c9 100755 --- a/e107_plugins/pm/pm_shortcodes.php +++ b/e107_plugins/pm/pm_shortcodes.php @@ -427,7 +427,7 @@ class pm_shortcodes extends e_shortcode { if(in_array($this->var['pm_from'], $this->pmBlocks)) { - $icon = (deftrue('FONTAWESOME')) ? e107::getParser()->toGlyph('fa-user-times') : "".LAN_PM_51.""; + $icon = (deftrue('FONTAWESOME')) ? e107::getParser()->toGlyph('fa-user-plus') : "".LAN_PM_51.""; return "".$icon.""; }