From 1fb7cdfce754e85ebfc9f9bc7f057ae1e90183d9 Mon Sep 17 00:00:00 2001 From: Cameron Date: Wed, 15 Jan 2014 08:18:42 -0800 Subject: [PATCH] Fix typo in last commit --- e107_plugins/social/e_shortcode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_plugins/social/e_shortcode.php b/e107_plugins/social/e_shortcode.php index 86967a443..baa5e1db2 100644 --- a/e107_plugins/social/e_shortcode.php +++ b/e107_plugins/social/e_shortcode.php @@ -28,7 +28,7 @@ class social_shortcodes extends e_shortcode parse_str($parms,$parm); - $class = (vartrue($parms['size'])) ? 'fa-'.$parms['size'] : ''; + $class = (vartrue($parms['size'])) ? 'fa-'.$parm['size'] : ''; $text = '';