diff options
Diffstat (limited to 'includes/Skin.php')
-rw-r--r-- | includes/Skin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/Skin.php b/includes/Skin.php index d1a0016d..18867cbe 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -413,7 +413,7 @@ class Skin extends Linker { 'wgUserGroups' => $wgUser->isAnon() ? null : $wgUser->getEffectiveGroups(), 'wgUserLanguage' => $wgLang->getCode(), 'wgContentLanguage' => $wgContLang->getCode(), - 'wgBreakFrames' => $wgBreakFrames, + 'wgBreakFrames' => $wgOut->getFrameOptions() == 'DENY', 'wgCurRevisionId' => isset( $wgArticle ) ? $wgArticle->getLatest() : 0, 'wgVersion' => $wgVersion, 'wgEnableAPI' => $wgEnableAPI, |