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