X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fajax.inc;h=a89b55876f83eb355257f2bed324b54ad1452959;hb=fa46467fccb4052d4c517833cf4198c8bf1dc229;hp=220c008432f86311e84f0216cb44bb01b72a244a;hpb=a2ae0e35302270ae811db2e6acb44c16b186a970;p=fa-stable.git diff --git a/includes/ajax.inc b/includes/ajax.inc index 220c0084..a89b5587 100644 --- a/includes/ajax.inc +++ b/includes/ajax.inc @@ -16,9 +16,9 @@ class Ajax extends JsHttpRequest { var $aCommands = array(); var $triggers = array(); - function Ajax() + function __construct() { - $this->JsHttpRequest(@$_SESSION['language']->encoding); + parent::__construct(@$_SESSION['language']->encoding); } // // This function is used in ctrl routines to activate