Skip to content

Commit 1759027

Browse files
committed
Update JsUtilsAjaxTrait.php
1 parent ee7fc71 commit 1759027

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Ajax/common/traits/JsUtilsAjaxTrait.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ protected function _ajax($method, $url, $responseElement = "", $parameters = [])
2727
if (isset($this->params["ajax"])) {
2828
extract($this->params["ajax"]);
2929
}
30+
$immediatly = false;
3031
extract($parameters);
3132

3233
$jsCallback = isset($jsCallback) ? $jsCallback : "";

0 commit comments

Comments
 (0)