r96114 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r96113‎ | r96114 | r96115 >
Date:16:04, 2 September 2011
Author:awjrichards
Status:ok
Tags:
Comment:
MFT r88027
Modified paths:
  • /branches/fundraising/deployment/DonationInterface/payflowpro_gateway/payflowpro_gateway.alias.php (modified) (history)

Diff [purge]

Index: branches/fundraising/deployment/DonationInterface/payflowpro_gateway/payflowpro_gateway.alias.php
@@ -1,8 +1,13 @@
22 <?php
33
4 -$aliases = array();
 4+$specialPageAliases = array();
55
66 /** English */
7 -$aliases['en'] = array(
 7+$specialPageAliases['en'] = array(
88 'PayflowProGateway' => array( 'PayflowProGateway' ),
99 );
 10+
 11+/**
 12+ * For backwards compatibility with MediaWiki 1.15 and earlier.
 13+ */
 14+$aliases =& $specialPageAliases;
\ No newline at end of file
Property changes on: branches/fundraising/deployment/DonationInterface/payflowpro_gateway/payflowpro_gateway.alias.php
___________________________________________________________________
Added: svn:mergeinfo
1015 Merged /trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.alias.php:r75657-96113

Follow-up revisions

RevisionCommit summaryAuthorDate
r96115MFT r92826-r96114 for form changesawjrichards16:05, 2 September 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r88027Fix/cleanup $specialPageAliasessiebrand23:45, 13 May 2011

Status & tagging log