From ca32f08966f1b51fcb19460f0996bb0c4048e6fe Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sat, 3 Dec 2011 13:29:22 +0100 Subject: Update to MediaWiki 1.18.0 * also update ArchLinux skin to chagnes in MonoBook * Use only css to hide our menu bar when printing --- includes/job/RefreshLinksJob.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/job/RefreshLinksJob.php') diff --git a/includes/job/RefreshLinksJob.php b/includes/job/RefreshLinksJob.php index cc91fa81..910f0c58 100644 --- a/includes/job/RefreshLinksJob.php +++ b/includes/job/RefreshLinksJob.php @@ -119,7 +119,7 @@ class RefreshLinksJob2 extends Job { $update = new LinksUpdate( $title, $parserOutput, false ); $update->doUpdate(); wfProfileOut( __METHOD__.'-update' ); - wfWaitForSlaves( 5 ); + wfWaitForSlaves(); } wfProfileOut( __METHOD__ ); -- cgit v1.2.2