PHP7 compatibility fixes.
[fa-stable.git] / sql / alter2.4.php
index 5e9b83db0df12f7b06370fbff92672dcc70ef776..b3ec864dc6a04da9673678ad3ddacefbabe5166b 100644 (file)
@@ -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');
        }