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