X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fajax.inc;fp=includes%2Fajax.inc;h=a89b55876f83eb355257f2bed324b54ad1452959;hb=8b9b2d78cd89f090b486e749396cb5eabd693527;hp=220c008432f86311e84f0216cb44bb01b72a244a;hpb=e6c89f21df1c1d6742a7e335e6e0fc2c958a7a29;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