bug fix: call to bad function name (m_admin::mail_all_members() instead of m_admin::mailallmembers())

This commit is contained in:
Remi 2016-02-23 22:29:03 +01:00
parent 983524b14b
commit 3fa2b9c625
1 changed files with 1 additions and 1 deletions

View File

@ -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");