From: Jens Frank Date: Sat, 20 Aug 2005 18:42:43 +0000 (+0000) Subject: Show an explanation to non-sysops X-Git-Tag: 1.6.0~1859 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=5942b641b8368b0b629c70f719dc97a1a74d6519;p=lhc%2Fweb%2Fwiklou.git Show an explanation to non-sysops --- diff --git a/includes/SpecialUndelete.php b/includes/SpecialUndelete.php index a29fee3972..6b90f50366 100644 --- a/includes/SpecialUndelete.php +++ b/includes/SpecialUndelete.php @@ -416,6 +416,8 @@ class UndeleteForm { } if ( $this->mAllowed ) { $wgOut->addWikiText( wfMsg( "undeletehistory" ) . "\n----\n" . $text ); + } else { + $wgOut->addWikiText( wfMsg( "undeletehistorynoadmin" ); } # List all stored revisions