Fixes in fields and mysqlclass
This commit is contained in:
parent
ecbaec5bbb
commit
c3ccbb16e0
4 changed files with 29 additions and 6 deletions
|
|
@ -61,6 +61,10 @@ class SerializeField extends PhangoField {
|
|||
}
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
$value=[];
|
||||
}
|
||||
|
||||
return $value;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue