gallery.js: Do not resize gallery caption
[lhc/web/wiklou.git] / maintenance / doMaintenance.php
index 4b9ad9c..e66b729 100644 (file)
@@ -106,7 +106,7 @@ $maintenance->execute();
 $maintenance->globals();
 
 // Perform deferred updates.
-DeferredUpdates::doUpdates( 'commit' );
+DeferredUpdates::doUpdates();
 
 // log profiling info
 wfLogProfilingData();