(bug 21796) Fix null dereference on Special:Undelete.
authorSzymon Świerkosz <beau@adres.pl>
Sat, 31 Mar 2012 15:26:50 +0000 (17:26 +0200)
committerSzymon Świerkosz <beau@adres.pl>
Tue, 3 Apr 2012 15:38:13 +0000 (17:38 +0200)
commitbfa21200c7f23a0bbc0654bbd8c4138fe03886c0
treeeb267afe21f9ae338e64db56e1d18fcf1a9d1c0e
parentb2b3075afddccafeda95b35698c50482771dd7be
(bug 21796) Fix null dereference on Special:Undelete.

This change allows to display deleted pages correctly without dereferencing
a null. It is still impossible to view or undelete a page with an invalid
title, so the title is a shown as plain text.

Change-Id: Ib82d385eb174dac5e559736920cdb21303291ad2
includes/specials/SpecialUndelete.php