Merge "Fix oldimage deletion error message"
This commit is contained in:
commit
5761d95b1f
1 changed files with 0 additions and 3 deletions
|
|
@ -134,9 +134,6 @@ class FileDeleteAction extends DeleteAction {
|
|||
);
|
||||
|
||||
if ( !$status->isGood() ) {
|
||||
$outputPage->addHTML(
|
||||
'<h2>' . $this->prepareMessage( 'filedeleteerror-short' ) . "</h2>\n"
|
||||
);
|
||||
$outputPage->wrapWikiTextAsInterface(
|
||||
'error',
|
||||
$status->getWikiText( 'filedeleteerror-short', 'filedeleteerror-long' )
|
||||
|
|
|
|||
Loading…
Reference in a new issue