From cce67aecf4040d78550075fa5c1b5c4ce1b9a3ba Mon Sep 17 00:00:00 2001 From: Deltik Date: Sun, 29 Apr 2018 04:03:09 -0500 Subject: [PATCH] Fix plugin upgrade version number mouseover text Fixes: #3109 --- e107_admin/plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_admin/plugin.php b/e107_admin/plugin.php index 6581019ce..fba364e94 100755 --- a/e107_admin/plugin.php +++ b/e107_admin/plugin.php @@ -969,7 +969,7 @@ class plugin_form_ui extends e_admin_form_ui if($var['plugin_version'] != $var['plugin_version_file'] && $var['plugin_installflag']) { - $text .= "" . ADMIN_UPGRADEPLUGIN_ICON . ""; + $text .= "" . ADMIN_UPGRADEPLUGIN_ICON . ""; } if($var['plugin_installflag'] && e_DEBUG == true)