r98293 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98292‎ | r98293 | r98294 >
Date:00:42, 28 September 2011
Author:kaldari
Status:ok
Tags:fundraising 
Comment:
output the skin override style
Modified paths:
  • /branches/fundraising/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.body.php (modified) (history)

Diff [purge]

Index: branches/fundraising/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.body.php
@@ -59,6 +59,9 @@
6060 $wgOut->addExtensionStyle(
6161 "{$wgScriptPath}/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.css?284" .
6262 $wgPayFlowProGatewayCSSVersion );
 63+
 64+ // Hide unneeded interface elements
 65+ $wgOut->addModules( 'donationInterface.skinOverride' );
6366
6467 $scriptVars = array(
6568 'payflowproGatewayErrorMsgJs' => wfMsg( 'payflowpro_gateway-error-msg-js' ),

Status & tagging log