From f664018a3dc2fb1d592a39688b97caa219ae1f60 Mon Sep 17 00:00:00 2001 From: Cameron Date: Sun, 2 Apr 2017 09:47:10 -0700 Subject: [PATCH] glyph fix --- e107_core/shortcodes/batch/admin_shortcodes.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e107_core/shortcodes/batch/admin_shortcodes.php b/e107_core/shortcodes/batch/admin_shortcodes.php index 922e4c0ba..fc8041a50 100644 --- a/e107_core/shortcodes/batch/admin_shortcodes.php +++ b/e107_core/shortcodes/batch/admin_shortcodes.php @@ -2176,12 +2176,12 @@ Inverse 10 10 $c = 0; foreach($languages as $lng) { - $checked = "  "; + $checked = "  "; $code = $slng->convert($lng); if($lng == e_LANGUAGE) { - $checked = $tp->toGlyph('ok')." "; + $checked = $tp->toGlyph('fa-check', array('fw'=>1))." "; $link = '#'; } elseif(in_array(e_DOMAIN,$multiDoms))