mirror of
https://github.com/e107inc/e107.git
synced 2025-04-14 01:22:13 +02:00
Fixed fatal error on mailout - missing global pointer
This commit is contained in:
parent
8e6d9ee772
commit
158347b00a
@ -675,6 +675,7 @@ function saveMailPrefs(&$mes) // $emessage to $mes, working?
|
||||
{
|
||||
//$pref = e107::getPref();
|
||||
$e107 = e107::getInstance();
|
||||
$tp = e107::getParser();
|
||||
|
||||
$bounceOpts = array('none' => LAN_MAILOUT_232, 'auto' => LAN_MAILOUT_233, 'mail' => LAN_MAILOUT_234);
|
||||
unset($temp);
|
||||
|
Loading…
x
Reference in New Issue
Block a user