We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1759027 commit c8ba221Copy full SHA for c8ba221
Ajax/common/traits/JsUtilsAjaxTrait.php
@@ -27,7 +27,6 @@ protected function _ajax($method, $url, $responseElement = "", $parameters = [])
27
if (isset($this->params["ajax"])) {
28
extract($this->params["ajax"]);
29
}
30
- $immediatly = false;
31
extract($parameters);
32
33
$jsCallback = isset($jsCallback) ? $jsCallback : "";
0 commit comments