diff --git a/e107_plugins/banner/admin_banner.php b/e107_plugins/banner/admin_banner.php index 4a7e48606..8ac9b3f76 100644 --- a/e107_plugins/banner/admin_banner.php +++ b/e107_plugins/banner/admin_banner.php @@ -191,6 +191,7 @@ if ($sql->select("banner")) } } +$text = ''; if (!$action) { @@ -294,7 +295,7 @@ if (!$action) "; - $ns->tablerender(LAN_PLUGIN_BANNER_NAME.SEP.LAN_MANAGE, $mes->render() . $text); + $ns->tablerender(LAN_PLUGIN_BANNER_NAME.SEP.LAN_MANAGE, $mes->render().$text); } if ($action == "create")