mirror of
https://github.com/e107inc/e107.git
synced 2025-08-24 15:13:04 +02:00
#5422 Support for schema. News schema added and FAQs schema template simplified.
This commit is contained in:
@@ -112,7 +112,7 @@ if(isset($_POST['updateprefs']))
|
||||
|
||||
if(isset($_POST['contact_info']) && is_array($_POST['contact_info']))
|
||||
{
|
||||
$core_pref->set('contact_info', []); // reset to type array if string had been used in the past.
|
||||
$core_pref->set('contact_info', []); // reset to type array if string had been used in the past.
|
||||
}
|
||||
|
||||
$smtp_opts = array();
|
||||
|
Reference in New Issue
Block a user