You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.
When I use the widget and that I have for example a value "Max" for the column "firstname", I have this error.
max(): When only one parameter is given, it must be an array
in C:\wamp\www\dlf\vendor\2amigos\yii2-editable-widget\src\Editable.php
l.106 : $show = call_user_func($value, $this->model);
Is it normal this call_user_func with directly the value ?
Thanks !
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello
When I use the widget and that I have for example a value "Max" for the column "firstname", I have this error.
max(): When only one parameter is given, it must be an array
in C:\wamp\www\dlf\vendor\2amigos\yii2-editable-widget\src\Editable.php
l.106 :
$show = call_user_func($value, $this->model);
Is it normal this
call_user_func
with directly the value ?Thanks !
The text was updated successfully, but these errors were encountered: