1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-02 20:57:26 +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)
{
@@ -294,7 +295,7 @@ if (!$action)
</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")