Remove HWLDFWordAccumulator, deprecated in 1.28
[lhc/web/wiklou.git] / maintenance / preprocessorFuzzTest.php
index d5d27ad..8df01e6 100644 (file)
@@ -239,7 +239,7 @@ class PPFuzzTest {
 class PPFuzzUser extends User {
        public $ppfz_test, $mDataLoaded;
 
-       function load() {
+       function load( $flags = null ) {
                if ( $this->mDataLoaded ) {
                        return;
                }