Index: trunk/extensions/CentralNotice/special/SpecialCentralNoticeLogs.php |
— | — | @@ -428,7 +428,7 @@ |
429 | 429 | |
430 | 430 | function __construct( $special ) { |
431 | 431 | $this->special = $special; |
432 | | - parent::__construct(); |
| 432 | + parent::__construct($special); |
433 | 433 | |
434 | 434 | $this->viewPage = SpecialPage::getTitleFor( 'NoticeTemplate', 'view' ); |
435 | 435 | } |