X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2FJsHttpRequest.php;h=7eb712dd7c79cf530ecd645ccce18f5507d39d8d;hb=630e99edecc3eabe708a9e7bda94eaa60bf16db7;hp=f71c0ed236075c0bd5a53cf1e3f145718d3f1fcf;hpb=17b390efcf904072b02ec866b2a427490471a260;p=fa-stable.git diff --git a/includes/JsHttpRequest.php b/includes/JsHttpRequest.php index f71c0ed2..7eb712dd 100644 --- a/includes/JsHttpRequest.php +++ b/includes/JsHttpRequest.php @@ -63,7 +63,7 @@ class JsHttpRequest * If an object is created WITHOUT an active AJAX query, it is simply marked as * non-active. Use statuc method isActive() to check. */ - function JsHttpRequest($enc) + function __construct($enc) { global $JsHttpRequest_Active;