Index: trunk/extensions/FlaggedRevs/FlaggedArticle.php |
— | — | @@ -453,7 +453,7 @@ |
454 | 454 | } |
455 | 455 | # We can change the behavoir of stable version for this page to be different |
456 | 456 | # than the site default. |
457 | | - if( $wgUser->isAllowed('stablesettings') ) { |
| 457 | + if( !$sktmp->mTitle->isTalkPage() && $wgUser->isAllowed('stablesettings') ) { |
458 | 458 | $stabTitle = SpecialPage::getTitleFor( 'Stabilization' ); |
459 | 459 | $content_actions['default'] = array( |
460 | 460 | 'class' => false, |