Follow-up to r51572: fix parse error
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Sun, 7 Jun 2009 19:08:06 +0000 (19:08 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Sun, 7 Jun 2009 19:08:06 +0000 (19:08 +0000)
includes/specials/SpecialUnwatchedpages.php

index b621ba7..483afda 100644 (file)
@@ -52,7 +52,7 @@ class UnwatchedpagesPage extends QueryPage {
                        $nt,
                        wfMsgHtml( 'watch' ),
                        array(),
-                       array( 'action' => 'watch'
+                       array( 'action' => 'watch' )
                );
 
                return wfSpecialList( $plink, $wlink );