yii2-editable-widget icon indicating copy to clipboard operation
yii2-editable-widget copied to clipboard

max(): When only one parameter is given, it must be an array

Open timmy78 opened this issue 5 years ago • 0 comments

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 !

timmy78 avatar Jun 03 '19 15:06 timmy78