Marked purgeThumbList() protected
[lhc/web/wiklou.git] / api.php
diff --git a/api.php b/api.php
index 5318aea..a5a2579 100644 (file)
--- a/api.php
+++ b/api.php
@@ -117,7 +117,7 @@ $processor = new ApiMain( $wgRequest, $wgEnableWriteAPI );
 $processor->execute();
 
 // Execute any deferred updates
-wfDoUpdates();
+DeferredUpdates::doUpdates();
 
 // Log what the user did, for book-keeping purposes.
 $endtime = microtime( true );