Typo in variable name
This commit is contained in:
parent
0aadcc6675
commit
6173ff177b
|
|
@ -543,7 +543,7 @@ class Controller extends Extendable
|
|||
|
||||
foreach ((array) $this->widget as $widget) {
|
||||
if ($widget->methodExists($handler)) {
|
||||
$result = $this->runAjaxHandlerForWidget($widget, $handlerName);
|
||||
$result = $this->runAjaxHandlerForWidget($widget, $handler);
|
||||
return ($result) ?: true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue