1
0
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:
Moc 2013-04-05 15:08:21 +02:00
parent 8e6d9ee772
commit 158347b00a

View File

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