r100616 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100615‎ | r100616 | r100617 >
Date:17:11, 24 October 2011
Author:awjrichards
Status:reverted (Comments)
Tags:fundraising 
Comment:
Reverting r100615 - 'fixed' wrong file :(
Modified paths:
  • /trunk/extensions/DonationInterface/gateway_forms/TwoColumnLetter.php (modified) (history)

Diff [purge]

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

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r100615Fixing path to CSS for TwoStepTwoColumnLetterForm cssawjrichards17:09, 24 October 2011

Comments

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

That seems rather odd. But, on closer examination, you revert this yourself three commits later in r100619. :)

Status & tagging log