From: Siebrand Mazeland Date: Sat, 6 Jun 2009 21:58:27 +0000 (+0000) Subject: Follow-up to r51539: fix syntax error X-Git-Tag: 1.31.0-rc.0~41470 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=fb6568bb5ed438bdce1fd1621d89fb9d0faaa872;p=lhc%2Fweb%2Fwiklou.git Follow-up to r51539: fix syntax error --- diff --git a/includes/specials/SpecialRevisiondelete.php b/includes/specials/SpecialRevisiondelete.php index d4cbca8ab9..3c54ae537c 100644 --- a/includes/specials/SpecialRevisiondelete.php +++ b/includes/specials/SpecialRevisiondelete.php @@ -1088,7 +1088,7 @@ class RevDel_RevisionItem extends RevDel_Item { $this->special->skin->link( $this->list->title, wfMsgHtml('diff'), - array() + array(), array( 'diff' => $this->revision->getId(), 'oldid' => 'prev',