Index: trunk/extensions/CollabWatchlist/includes/SpecialCollabWatchlist.php |
— | — | @@ -26,7 +26,7 @@ |
27 | 27 | * Constructor |
28 | 28 | */ |
29 | 29 | public function __construct(){ |
30 | | - //XXX That's a nasty, SpecialWatchlist should have a corresponding constructor, |
| 30 | + //XXX That's nasty, SpecialWatchlist should have a corresponding constructor, |
31 | 31 | // or expose the methods we need publicly |
32 | 32 | SpecialPage::__construct( 'CollabWatchlist' ); |
33 | 33 | } |