From: Siebrand Mazeland Date: Sun, 7 Jun 2009 19:08:06 +0000 (+0000) Subject: Follow-up to r51572: fix parse error X-Git-Tag: 1.31.0-rc.0~41459 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=8369bb8bccff9b60d8ba846e500dbf5f98c4f201;p=lhc%2Fweb%2Fwiklou.git Follow-up to r51572: fix parse error --- diff --git a/includes/specials/SpecialUnwatchedpages.php b/includes/specials/SpecialUnwatchedpages.php index b621ba742d..483afdaa42 100644 --- a/includes/specials/SpecialUnwatchedpages.php +++ b/includes/specials/SpecialUnwatchedpages.php @@ -52,7 +52,7 @@ class UnwatchedpagesPage extends QueryPage { $nt, wfMsgHtml( 'watch' ), array(), - array( 'action' => 'watch' + array( 'action' => 'watch' ) ); return wfSpecialList( $plink, $wlink );