X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=api.php;h=a5a257992da1303923d5732fff3e39c80ea31ab2;hb=78650b844798eb7b1cb31c4db6d7ad2771ff26c0;hp=5318aeaed99075ecf33df13e5d6967295ba8ffda;hpb=4a0c3c1fa8a3c7bc8740167d80a76799db3bf52e;p=lhc%2Fweb%2Fwiklou.git diff --git a/api.php b/api.php index 5318aeaed9..a5a257992d 100644 --- 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 );