Allowing Message objects to be passed as error page title.
authorTyler Anthony Romeo <tylerromeo@gmail.com>
Mon, 6 Aug 2012 21:07:24 +0000 (17:07 -0400)
committerTyler Anthony Romeo <tylerromeo@gmail.com>
Tue, 7 Aug 2012 13:17:57 +0000 (09:17 -0400)
commit24306ea99bb86dc9e8e6a6ae88d8fc0697df5c6d
tree4c76f099abcc11a023a1254514ddf9dff85b4c9d
parentbf9ddc0287aa45095dc6456c612935970a464f7a
Allowing Message objects to be passed as error page title.

Changed OutputPage::showErrorPage() so that the title parameter
can be either a string or a Message object, just like the
message parameter. This allows titles that take parameters.

Change-Id: Icb7f7b0db8599984774f438333b60d66956b6075
Signed-off-by: Tyler Anthony Romeo <tylerromeo@gmail.com>
includes/OutputPage.php