r93830 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r93829‎ | r93830 | r93831 >
Date:14:28, 3 August 2011
Author:flohack
Status:deferred
Tags:
Comment:
Now inheriting from SpecialWatchlist to re-use some code from them
Modified paths:
  • /trunk/extensions/CollabWatchlist/includes/SpecialCollabWatchlist.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CollabWatchlist/includes/SpecialCollabWatchlist.php
@@ -26,7 +26,7 @@
2727 * Constructor
2828 */
2929 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,
3131 // or expose the methods we need publicly
3232 SpecialPage::__construct( 'CollabWatchlist' );
3333 }

Status & tagging log