Typo in variable name

This commit is contained in:
Samuel Georges 2016-11-02 08:58:07 +11:00
parent 0aadcc6675
commit 6173ff177b
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}