The correct method is parse, not parsed
authorErik Bernhardson <ebernhardson@wikimedia.org>
Mon, 6 Feb 2017 22:22:07 +0000 (14:22 -0800)
committerErik Bernhardson <ebernhardson@wikimedia.org>
Mon, 6 Feb 2017 22:22:07 +0000 (14:22 -0800)
commit713de3808fe024713b6f65962ba09ebebbfdd574
tree1468abaab74e86c50cdca8bd35ce60d286d0b3c6
parent20f251618f8edf03f37cfb645f34c270aff9538b
The correct method is parse, not parsed

A recent patch updated these two calls to use Message::parsed(),
but it should have used the Message::parse() message.

Change-Id: I5aba40576b89f21d2b1416ca0db0d28d2a088c39
includes/widget/search/InterwikiSearchResultSetWidget.php
includes/widget/search/SimpleSearchResultSetWidget.php