function displayForm( $submitResult ) { global $wgOut; parent::displayForm( $submitResult ); if ( method_exists( $wgOut, 'allowClickjacking' ) ) { $wgOut->allowClickjacking(); } }