Index: trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.body.php |
— | — | @@ -175,7 +175,7 @@ |
176 | 176 | require_once( 'includes/stateAbbreviations.inc' ); |
177 | 177 | require_once( 'includes/countryCodes.inc' ); |
178 | 178 | |
179 | | - global $wgOut, $wgLang; |
| 179 | + global $wgOut, $wgLang, $wgWikipediaForeverTheme; |
180 | 180 | |
181 | 181 | // save contrib tracking id early to track abondonment |
182 | 182 | if ( $data[ 'numAttempt' ] == 0 ) { |
— | — | @@ -259,7 +259,7 @@ |
260 | 260 | } |
261 | 261 | |
262 | 262 | // intro text |
263 | | - if ( $wgWikipediForeverTheme ) { |
| 263 | + if ( $wgWikipediaForeverTheme ) { |
264 | 264 | $wgOut->addWikiText( '{{2009/Donate-header/' . $data[language] . '}}' ); |
265 | 265 | } |
266 | 266 | |