From 158347b00a2041957b708cc109e5417a1b74ea8e Mon Sep 17 00:00:00 2001 From: Moc Date: Fri, 5 Apr 2013 15:08:21 +0200 Subject: [PATCH] Fixed fatal error on mailout - missing global pointer --- e107_admin/mailout.php | 1 + 1 file changed, 1 insertion(+) diff --git a/e107_admin/mailout.php b/e107_admin/mailout.php index 6fd2cebdc..57bd802a8 100644 --- a/e107_admin/mailout.php +++ b/e107_admin/mailout.php @@ -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);