Fixed loop in wfWaitForSlaves()
authorAaron Schulz <aschulz@wikimedia.org>
Wed, 22 Oct 2014 17:32:48 +0000 (10:32 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Wed, 22 Oct 2014 17:32:48 +0000 (10:32 -0700)
commit91733632d72c26a1d6f6c7a6ab942534fc2ac3fc
treef741ec44083da780ab271ab0b0b4b2b2b9bbf6af
parent5e09bff7a470a6487490e3cffad14c6caecac43d
Fixed loop in wfWaitForSlaves()

* The "break" statements should obviously be "continue" here.

Change-Id: Ia4a9bad77a9f512153aee6b77443104e71f5cd56
includes/GlobalFunctions.php