mirror of
https://github.com/e107inc/e107.git
synced 2025-08-09 08:06:38 +02:00
Option to bypass maintenance flag added.
This commit is contained in:
@@ -493,6 +493,8 @@ class mailout_main_ui extends e_admin_ui
|
||||
public function beforeUpdate($new_data, $old_data, $id)
|
||||
{
|
||||
$ret = $this->processData($new_data);
|
||||
|
||||
$ret['mail_content_status'] = MAIL_STATUS_TEMP;
|
||||
|
||||
return $ret;
|
||||
}
|
||||
|
Reference in New Issue
Block a user