fix for bug 433: Title attribute on undelete button wrong
This commit is contained in:
parent
5b2857e2b6
commit
8bc18f9046
1 changed files with 1 additions and 1 deletions
|
|
@ -511,7 +511,7 @@ class SkinPHPTal extends Skin {
|
|||
//article doesn't exist or is deleted
|
||||
if($wgUser->isSysop()){
|
||||
if( $n = $wgTitle->isDeleted() ) {
|
||||
$content_actions['delete'] = array(
|
||||
$content_actions['undelete'] = array(
|
||||
'class' => false,
|
||||
'text' => wfMsg( "undelete_short", $n ),
|
||||
'href' => $this->makeSpecialUrl('Undelete/'.$this->thispage)
|
||||
|
|
|
|||
Loading…
Reference in a new issue