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