Fixed so that 'EditSectionLink' hook works again.
authorJack D. Pond <jdpond@users.mediawiki.org>
Tue, 9 Sep 2008 04:39:45 +0000 (04:39 +0000)
committerJack D. Pond <jdpond@users.mediawiki.org>
Tue, 9 Sep 2008 04:39:45 +0000 (04:39 +0000)
commit5216d2cad97c1e66b149f051bbbe21dcfff75687
tree3d360394cf7cddb9f01ac68dee2dc2af736d8623
parent165842ca3fc3d8968c212b6a4d2615e2306c9af7
Fixed so that 'EditSectionLink' hook works again.
Error was introduced in linker.php r38149, typo or cut and paste error when expanded to use wfMsgHtml( 'editsection-brackets' - used $url when should have been $result
Also changed $url to $link as per TimStarling suggestion.
includes/Linker.php