PHP7 compatibility fixes.
[fa-stable.git] / sql / alter2.3.php
index f186ff62315a077b9967c3ed97b9be6e2e49c80e..2667d15cb925d66d58a4f311fe5eeae4c2917cb1 100644 (file)
@@ -17,7 +17,7 @@ class fa2_3 extends fa_patch {
        var $preconf = true;
        var $beta = false; // upgrade from 2.2 or 2.3beta;
        
-       function fa2_3() {
+       function __construct() {
                $this->description = _('Upgrade from version 2.2 to 2.3');
        }