Index: trunk/extensions/CentralNotice/SpecialCentralNotice.php |
— | — | @@ -525,7 +525,7 @@ |
526 | 526 | } else { |
527 | 527 | |
528 | 528 | // Handle form submissions from campaign detail interface |
529 | | - if ( $wgRequest->wasPosted() ) { |
| 529 | + if ( $this->editable && $wgRequest->wasPosted() ) { |
530 | 530 | |
531 | 531 | // Check authentication token |
532 | 532 | if ( $wgUser->matchEditToken( $wgRequest->getVal( 'authtoken' ) ) ) { |