1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 01:54:12 +02:00

toDB fix. - e_parse hook.

This commit is contained in:
Cameron
2017-01-29 09:47:33 -08:00
parent 63e7dc513e
commit 375d019169
2 changed files with 4 additions and 4 deletions

View File

@@ -2660,7 +2660,7 @@ class e_front_model extends e_model
case 'str':
case 'string':
case 'array':
return $tp->toDB($value);
return $tp->toDB($value, false, false, 'model');
break;
case 'json':