Minor logic error on removing blocks on range when tweaking an IP.
[mediawiki.git] / maintenance / waitForSlave.php
blob179910000be0eb95e81e0aff4c31fb4fa805e0a4
1 <?php
2 /**
3 * @file
4 * @ingroup Maintenance
5 */
7 require_once( "commandLine.inc" );
8 if ( isset( $args[0] ) ) {
9 wfWaitForSlaves($args[0]);
10 } else {
11 wfWaitForSlaves(10);