r103636 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103635‎ | r103636 | r103637 >
Date:03:12, 19 November 2011
Author:kaldari
Status:ok
Tags:
Comment:
making appeal-title pull in a title by default, rather than an appeal
Modified paths:
  • /trunk/extensions/DonationInterface/gateway_forms/RapidHtml.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/gateway_forms/RapidHtml.php
@@ -160,7 +160,7 @@
161161
162162 // handle the appeal and appeal header
163163 // TODO: determine and set variables for the default templates
164 - $appeal_title_name = $this->make_safe( $wgRequest->getText( 'appeal-title', 'Appeal-default' ) );
 164+ $appeal_title_name = $this->make_safe( $wgRequest->getText( 'appeal-title', 'Appeal-title-default' ) );
165165 $appeal_name = $this->make_safe( $wgRequest->getText( 'appeal', 'Appeal-default' ) );
166166
167167 $form = str_replace( "@appeal-title", $appeal_title_name, $form );

Follow-up revisions

RevisionCommit summaryAuthorDate
r103841MFT r102185, r103070, r103105, r103281, r103500, r103515, r103636khorn21:57, 21 November 2011

Status & tagging log