1
0
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:
Cameron
2014-11-19 17:13:08 -08:00
parent f8048410b9
commit e7ad72b3a2
2 changed files with 3 additions and 1 deletions

View File

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