Changes default value so that it's not converted to array( 0 => '' ) by the (array...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 25 Mar 2011 11:07:59 +0000 (11:07 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 25 Mar 2011 11:07:59 +0000 (11:07 +0000)
commit4d8e5e0ec97226a98b6cbfe570bae1a8f80de831
tree3e56f61cc383f08011cd1fee6da964e7e23dfe87
parentbccd879a46e095c90232a76b8dac377d2da6b1db
Changes default value so that it's not converted to array( 0 => '' ) by the (array) cast a few lines below.

This was breaking the check whether the magic word was found by Language::getMagic() or not.
includes/MagicWord.php