Refactor deferrable updates into classes & interfaces, also add helper method for...
[lhc/web/wiklou.git] / maintenance / importDump.php
index ed8d80e..68fb2d8 100644 (file)
@@ -209,7 +209,7 @@ TEXT;
                }
                wfWaitForSlaves();
                // XXX: Don't let deferred jobs array get absurdly large (bug 24375)
-               wfDoUpdates( 'commit' );
+               DeferredUpdates::doUpdates( 'commit' );
        }
 
        function progress( $string ) {