r60069 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r60068‎ | r60069 | r60070 >
Date:09:34, 15 December 2009
Author:tomasz
Status:ok
Tags:
Comment:
Adding missing global. Fixing spelling
Modified paths:
  • /trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.body.php
@@ -175,7 +175,7 @@
176176 require_once( 'includes/stateAbbreviations.inc' );
177177 require_once( 'includes/countryCodes.inc' );
178178
179 - global $wgOut, $wgLang;
 179+ global $wgOut, $wgLang, $wgWikipediaForeverTheme;
180180
181181 // save contrib tracking id early to track abondonment
182182 if ( $data[ 'numAttempt' ] == 0 ) {
@@ -259,7 +259,7 @@
260260 }
261261
262262 // intro text
263 - if ( $wgWikipediForeverTheme ) {
 263+ if ( $wgWikipediaForeverTheme ) {
264264 $wgOut->addWikiText( '{{2009/Donate-header/' . $data[language] . '}}' );
265265 }
266266

Follow-up revisions

RevisionCommit summaryAuthorDate
r60071picking up r60069, r60070tomasz09:59, 15 December 2009

Status & tagging log