mirror of
https://github.com/e107inc/e107.git
synced 2025-08-22 22:25:31 +02:00
Fixes #3303 - Mailout - display message when no email address sources are selected
This commit is contained in:
@@ -620,6 +620,12 @@ class mailoutAdminClass extends e107MailManager
|
||||
{
|
||||
$tabs = array();
|
||||
|
||||
// Check for selected email address sources
|
||||
if(!$this->mailHandlers)
|
||||
{
|
||||
$text = "<span class='label label-warning'>".LAN_MAILOUT_259."</span>";
|
||||
}
|
||||
|
||||
foreach($this->mailHandlers as $key => $m)
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user