Fix in serializefield
This commit is contained in:
parent
54e8585fa0
commit
c873d10b49
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ class SerializeField extends PhangoField {
|
||||||
|
|
||||||
$this->value=$value;
|
$this->value=$value;
|
||||||
|
|
||||||
return Webmodel::escape_string(json_encode($value));
|
return json_encode($value);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue