mirror of
https://github.com/e107inc/e107.git
synced 2025-08-07 15:16:30 +02:00
Issue #57 - fix menu display in mailout functions (only occurred if no mailshots to display on page)
This commit is contained in:
@@ -1090,8 +1090,7 @@ class mailoutAdminClass extends e107MailManager
|
|||||||
{
|
{
|
||||||
$text = "<div class='forumheader2' style='text-align:center'>".LAN_MAILOUT_79."</div>";
|
$text = "<div class='forumheader2' style='text-align:center'>".LAN_MAILOUT_79."</div>";
|
||||||
$this->e107->ns-> tablerender("<div style='text-align:center'>".$this->tasks[$type]['title']."</div>", $text);
|
$this->e107->ns-> tablerender("<div style='text-align:center'>".$this->tasks[$type]['title']."</div>", $text);
|
||||||
require_once(e_ADMIN."footer.php");
|
return;
|
||||||
exit;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$text .= "
|
$text .= "
|
||||||
|
Reference in New Issue
Block a user