bug fix: call to bad function name (m_admin::mail_all_members() instead of m_admin::mailallmembers())
This commit is contained in:
parent
983524b14b
commit
3fa2b9c625
|
@ -44,7 +44,7 @@ getFields($fields);
|
|||
<?php
|
||||
|
||||
if ( !empty($submit) ) {
|
||||
if ($admin->mail_all_members($subject,$message,$from)) {
|
||||
if ($admin->mailallmembers($subject,$message,$from)) {
|
||||
$error=_("The email was successfully sent");
|
||||
} else {
|
||||
$error=_("There was an error");
|
||||
|
|
Loading…
Reference in New Issue