1
0
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:
Cameron
2017-01-25 17:57:38 -08:00
parent 01801d6b94
commit 5c3ce83168
6 changed files with 63 additions and 23 deletions

View File

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