r97779 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97778‎ | r97779 | r97780 >
Date:01:35, 22 September 2011
Author:kaldari
Status:ok
Tags:fundraising 
Comment:
adding allowClickjacking() so that we can include the special page in an iframe
Modified paths:
  • /branches/fundraising/extensions/DonationInterface/globalcollect_gateway/globalcollect_gateway.body.php (modified) (history)

Diff [purge]

Index: branches/fundraising/extensions/DonationInterface/globalcollect_gateway/globalcollect_gateway.body.php
@@ -54,6 +54,8 @@
5555 public function execute( $par ) {
5656 global $wgRequest, $wgOut, $wgExtensionAssetsPath,
5757 $wgPayFlowProGatewayCSSVersion;
 58+
 59+ $wgOut->allowClickjacking();
5860
5961 $wgOut->addExtensionStyle(
6062 $wgExtensionAssetsPath . '/DonationInterface/gateway_forms/css/gateway.css?284' .

Status & tagging log