r100939 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100938‎ | r100939 | r100940 >
Date:03:10, 27 October 2011
Author:awjrichards
Status:ok
Tags:
Comment:
Followup r100619 fixing missing 's' in css pathname
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_form/css/TwoColumnLetter.css' );
 12+ $this->setStylePath( $wgScriptPath . '/extensions/DonationInterface/gateway_forms/css/TwoColumnLetter.css' );
1313 }
1414
1515 parent::__construct( $gateway, $form_errors );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r100619Fixing CSS path for remaining old PHP forms from payflowproawjrichards17:22, 24 October 2011

Status & tagging log