Fix Status::getMessage for the multiple errors, $shortContext only case
authorGergő Tisza <gtisza@wikimedia.org>
Tue, 7 Jun 2016 20:39:01 +0000 (20:39 +0000)
committerGergő Tisza <gtisza@wikimedia.org>
Tue, 7 Jun 2016 20:39:01 +0000 (20:39 +0000)
commit4d294bceab9669ee7169248e92fe747a3b5fce7c
tree84f090ddc786aea04ae7a5bb874c27539f4bebeb
parentd7096d396c846f57bc0e5c83be2606ec8546f643
Fix Status::getMessage for the multiple errors, $shortContext only case

Remove $msgCount++ which does not seem to have any non-harmful purpose.

Also try to explain what the hell the method does.

Change-Id: Ibdf40ff13a4a9d294a6bc6f778a14fb2633c2f70
includes/Status.php