mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 04:41:53 +02:00
Custom Field Fixes. Theme pref default fix. Shortcode updated: {CHAPTER_MENUS: name=chapter-sef-url}
This commit is contained in:
@@ -2660,6 +2660,10 @@ class e_front_model extends e_model
|
||||
break;
|
||||
|
||||
case 'json':
|
||||
if(empty($value))
|
||||
{
|
||||
return null;
|
||||
}
|
||||
return e107::serialize($value,'json');
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user