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:
@@ -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':
|
||||
|
Reference in New Issue
Block a user