Index: branches/REL1_15/phase3/includes/ImagePage.php |
— | — | @@ -789,7 +789,7 @@ |
790 | 790 | $q = array(); |
791 | 791 | $q[] = 'action=delete'; |
792 | 792 | if( !$iscur ) |
793 | | - $q[] = 'oldimage[]=' . urlencode( $img ); |
| 793 | + $q[] = 'oldimage=' . urlencode( $img ); |
794 | 794 | $row .= $this->skin->makeKnownLinkObj( |
795 | 795 | $this->title, |
796 | 796 | wfMsgHtml( $iscur ? 'filehist-deleteall' : 'filehist-deleteone' ), |