Index: trunk/extensions/MetavidWiki/includes/articlepages/MV_DataPage.php |
— | — | @@ -82,7 +82,7 @@ |
83 | 83 | $wgOut->addHTML( '<strong>' . wfMsg( 'historywarning' ) . ' ' . $skin->historyLink() . '</strong>' ); |
84 | 84 | } |
85 | 85 | |
86 | | - return $this->confirmDelete( '', $reason ); |
| 86 | + return $this->confirmDelete( $reason ); |
87 | 87 | } |
88 | 88 | /* |
89 | 89 | * function article top |