Check for CoreParserFunction::urlFunction from array to boolean
authortonythomas01 <01tonythomas@gmail.com>
Sun, 12 Jan 2014 07:10:23 +0000 (12:40 +0530)
committertonythomas01 <01tonythomas@gmail.com>
Thu, 30 Jan 2014 18:13:38 +0000 (23:43 +0530)
commit2f8772135b113414175fd9c63c697474ef64542b
tree7942a0e965d5523da221af2db8dd59ae0e392570
parenta6f0a996ebe55496dda685da750f08f0b02bca14
Check for CoreParserFunction::urlFunction from array to boolean
and return values accordingly to htmlspecialchars()

PHP Warning: htmlspecialchars() expects parameter 1 to be string,
array given in CoreParserFunctions.php on line 212
Checked for the return value of urlFunction in localurle() and fullurle()
function

Bug: 59881
Change-Id: I7ae092f89b9cfbbe91d1883c2182ca5907825ba4
includes/parser/CoreParserFunctions.php