Index: trunk/extensions/DonationInterface/gateway_forms/TwoColumnLetter.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | |
10 | 10 | // set the path to css, before the parent constructor is called, checking to make sure some child class hasn't already set this |
11 | 11 | 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' ); |
13 | 13 | } |
14 | 14 | |
15 | 15 | parent::__construct( $gateway, $form_errors ); |