diff options
Diffstat (limited to 'admin/mail_queue.php')
| -rw-r--r-- | admin/mail_queue.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/mail_queue.php b/admin/mail_queue.php index 19ef69e..7aaad7b 100644 --- a/admin/mail_queue.php +++ b/admin/mail_queue.php @@ -28,7 +28,7 @@ if( !empty( $_REQUEST['batch_command'] ) && !empty( $_REQUEST['queue_id'] ) ) { if( empty( $_REQUEST['batch_command'] ) || $_REQUEST['batch_command'] != 'send' ) { $listHash = array(); $queue = $gBitNewsletterMailer->getQueue( $listHash ); - $gBitSmarty->assign_by_ref( 'queue', $queue ); + $gBitSmarty->assignByRef( 'queue', $queue ); $gBitSystem->display( 'bitpackage:newsletters/mail_queue.tpl' , NULL, array( 'display_mode' => 'admin' )); } |
