diff --git a/modules/backend/classes/Controller.php b/modules/backend/classes/Controller.php index 62fa762d3..8a83514d1 100644 --- a/modules/backend/classes/Controller.php +++ b/modules/backend/classes/Controller.php @@ -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; } }