r100617 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100616‎ | r100617 | r100618 >
Date:17:12, 24 October 2011
Author:awjrichards
Status:reverted (Comments)
Tags:fundraising 
Comment:
Fixing path to CSS for TwoStepTwoColumnLetterForm css
Modified paths:
  • /trunk/extensions/DonationInterface/gateway_forms/TwoStepTwoColumnLetter.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/gateway_forms/TwoStepTwoColumnLetter.php
@@ -6,7 +6,7 @@
77
88 // set the path to css, before the parent constructor is called, checking to make sure some child class hasn't already set this
99 if ( !strlen( $this->getStylePath() ) ) {
10 - $this->setStylePath( $wgScriptPath . '/extensions/DonationInterface/payflowpro_gateway/forms/css/TwoStepTwoColumnLetter.css' );
 10+ $this->setStylePath( $wgScriptPath . '/extensions/DonationInterface/gateway_forms/css/TwoStepTwoColumnLetter.css' );
1111 }
1212
1313 parent::__construct( $form_data, $form_errors, $gateway );

Comments

#Comment by Khorn (WMF) (talk | contribs)   03:04, 27 October 2011

Appears to get reverted in r100619.

Status & tagging log