From: Aaron Schulz Date: Thu, 20 Mar 2008 22:15:20 +0000 (+0000) Subject: Remove bogus variable call X-Git-Tag: 1.31.0-rc.0~48913 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=3c49b0f9491e719875dcfe2d9afdef52c0285d3b;p=lhc%2Fweb%2Fwiklou.git Remove bogus variable call --- 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'),