1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 06:07:32 +02:00

Minor notice fix (banner admin)

This commit is contained in:
Moc
2013-05-24 19:01:40 +02:00
parent 32554ad938
commit f949021f23

View File

@@ -191,6 +191,7 @@ if ($sql->select("banner"))
} }
} }
$text = '';
if (!$action) if (!$action)
{ {
@@ -294,7 +295,7 @@ if (!$action)
</script> </script>
"; ";
$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") if ($action == "create")