Fix in multilangform
This commit is contained in:
parent
49bd15247d
commit
8b171a7ca0
1 changed files with 2 additions and 2 deletions
|
|
@ -211,7 +211,7 @@ class MultiLangForm extends BaseForm{
|
||||||
if(gettype($this->default_value)!='array')
|
if(gettype($this->default_value)!='array')
|
||||||
{
|
{
|
||||||
|
|
||||||
$arr_values=unserialize($this->default_value);
|
$arr_values=json_decode($this->default_value, true);
|
||||||
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue