Fix bug when using Mediawiki Installer.
authorBertrand Grondin <grondin@users.mediawiki.org>
Tue, 18 Mar 2008 07:58:21 +0000 (07:58 +0000)
committerBertrand Grondin <grondin@users.mediawiki.org>
Tue, 18 Mar 2008 07:58:21 +0000 (07:58 +0000)
commitfb825dea83357f8331ba8952102b884e7f5c3367
treec85e48627f0b1adb4f0501989b28b1d7611051da
parent202c5a8fe83ae58ee08de9abccbec2ee09a321a5
Fix bug when using Mediawiki Installer.

fix the following message error :
Fatal error:  Call to undefined function wfWaitForSlaves() in maintenance/populateCategory.inc on line 66

This wfWaitForSlaves() function exists only in commandLine.inc but updater can't call it when not using command line tool.
Adding this function in the end of populateCategory.inc.
maintenance/populateCategory.inc