Fix undefined variable in Status::getMessage()
authoraude <aude.wiki@gmail.com>
Thu, 24 Oct 2013 19:17:39 +0000 (19:17 +0000)
committeraude <aude.wiki@gmail.com>
Thu, 24 Oct 2013 19:29:05 +0000 (19:29 +0000)
commit92e284d3fa62f45e20fed34c4359c575481d583c
treec489388741cad8eaab1ec619a03d80f6dda249d6
parent96a9a3e1019e158b4935b1e61934be8a4d926d82
Fix undefined variable in Status::getMessage()

If $shortContext and $longContext are false, and there
are errors, then $s is undefined.

Change-Id: Ie07f80b43a48a6fc4ed28b2c519f51fd32690bc8
includes/Status.php