Index: trunk/extensions/CentralNotice/NoticePage.php |
— | — | @@ -23,7 +23,7 @@ |
24 | 24 | return 600; |
25 | 25 | } |
26 | 26 | |
27 | | - private function sendHeaders() { |
| 27 | + protected function sendHeaders() { |
28 | 28 | $smaxage = $this->sharedMaxAge(); |
29 | 29 | $maxage = $this->maxAge(); |
30 | 30 | // $epoch = wfTimestamp( TS_RFC2822, efCentralNoticeEpoch() ); |