Minor
This commit is contained in:
parent
335506be53
commit
f542254403
|
|
@ -323,7 +323,7 @@ class ListController extends ControllerBehavior
|
|||
$calledClass = self::getCalledExtensionClass();
|
||||
Event::listen('backend.list.extendColumns', function($widget) use ($calledClass, $callback) {
|
||||
if (!is_a($widget->getController(), $calledClass)) return;
|
||||
$callback($widget, $widget->model, $widget->getContext());
|
||||
$callback($widget, $widget->model);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue