Get rid of PHP4-style constructors
[lhc/web/wiklou.git] / maintenance / importDump.php
index 17c0404..030962b 100644 (file)
@@ -38,7 +38,7 @@ class BackupReader {
        var $debug     = false;
        var $uploads   = false;
 
-       function BackupReader() {
+       function __construct() {
                $this->stderr = fopen( "php://stderr", "wt" );
        }