mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +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>";
|
||||
$this->e107->ns-> tablerender("<div style='text-align:center'>".$this->tasks[$type]['title']."</div>", $text);
|
||||
require_once(e_ADMIN."footer.php");
|
||||
exit;
|
||||
return;
|
||||
}
|
||||
|
||||
$text .= "
|
||||
|
Reference in New Issue
Block a user