mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 09:04:38 +02:00
Merged core mailout routine into e107_plugins/user/e_mailout.php. Fixed pop3 error messages from phpmailer. Corrected email preview when no template selected. Corrected mailout Email source names.
This commit is contained in:
@@ -317,7 +317,7 @@ class faq_main_ui extends e_admin_ui
|
||||
|
||||
}
|
||||
|
||||
public function beforeCreate($new_data)
|
||||
public function beforeCreate($new_data, $old_data)
|
||||
{
|
||||
// trim spaces
|
||||
if(!empty($new_data['faq_tags']))
|
||||
|
Reference in New Issue
Block a user