From 3c49b0f9491e719875dcfe2d9afdef52c0285d3b Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Thu, 20 Mar 2008 22:15:20 +0000 Subject: [PATCH] Remove bogus variable call --- includes/SpecialUndelete.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SpecialUndelete.php b/includes/SpecialUndelete.php index fb7c43bc5b..f56beb4285 100644 --- a/includes/SpecialUndelete.php +++ b/includes/SpecialUndelete.php @@ -1142,7 +1142,7 @@ class UndeleteForm { $revdel = SpecialPage::getTitleFor( 'Revisiondelete' ); if( !$file->userCan(File::DELETED_RESTRICTED ) ) { // If revision was hidden from sysops - $del = $this->messages['rev-delundel']; + $del = wfMsgHtml('rev-delundel'); } else { $del = $sk->makeKnownLinkObj( $revdel, wfMsgHtml('rev-delundel'), -- 2.20.1