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:
@@ -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")
|
||||
|
Reference in New Issue
Block a user