X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sql%2Falter2.4.php;fp=sql%2Falter2.4.php;h=b3ec864dc6a04da9673678ad3ddacefbabe5166b;hb=8b9b2d78cd89f090b486e749396cb5eabd693527;hp=5e9b83db0df12f7b06370fbff92672dcc70ef776;hpb=e6c89f21df1c1d6742a7e335e6e0fc2c958a7a29;p=fa-stable.git diff --git a/sql/alter2.4.php b/sql/alter2.4.php index 5e9b83db..b3ec864d 100644 --- a/sql/alter2.4.php +++ b/sql/alter2.4.php @@ -18,8 +18,8 @@ class fa2_4 extends fa_patch { var $preconf = true; var $max_upgrade_time = 900; // table recoding is really long process - function fa2_4() { - parent::fa_patch(); + function __construct() { + parent::__construct(); $this->description = _('Upgrade from version 2.3 to 2.4'); }