Fixes for r62505:
authorTim Starling <tstarling@users.mediawiki.org>
Mon, 22 Feb 2010 07:02:12 +0000 (07:02 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Mon, 22 Feb 2010 07:02:12 +0000 (07:02 +0000)
commitc166e49bca406780464c55601ebeacefd095633d
tree31cec3c8bfa913d05ace7b45e459cb6c1428c73c
parent116fe657e285074a42994774627e78b58727def5
Fixes for r62505:
* In MagicWordArray::matchStartAndRemove(), fixed the case where the length of localised synonym is not precisely the length of the magic word ID plus one
* Fixed the case where matchStartAndRemove() removes the entire string, send empty string not false
* Fix brace style
includes/MagicWord.php
includes/parser/Parser.php