fix Определение пути к модулю
This commit is contained in:
parent
73112f5bf0
commit
ab13ebd289
2 changed files with 15 additions and 12 deletions
|
|
@ -167,7 +167,7 @@ class Form extends View {
|
|||
{
|
||||
foreach ($schema as $key => $conv) {
|
||||
list($value, $type) = $conv;
|
||||
$this->field [$key]->setValue(call_user_func(array('Primitive', 'from_' . $type), $data->$value));
|
||||
$this->field [$key]->setValue(call_user_func(array('ctiso\\Primitive', 'from_' . $type), $data->$value));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue