PHP7 compatibility fixes.
[fa-stable.git] / sql / alter2.4rc1.php
index 93464054adc4c059be95e553be5a6cd82d01023d..66a029fbda63c6630099c92bafb5aa5d09389f38 100644 (file)
@@ -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');
        }