r76671 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76670‎ | r76671 | r76672 >
Date:20:09, 14 November 2010
Author:raymond
Status:ok
Tags:
Comment:
Follow-up r76660: typos per CR
Modified paths:
  • /trunk/extensions/ContactPage/README (modified) (history)
  • /trunk/extensions/ContactPage/SpecialContact.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ContactPage/SpecialContact.php
@@ -44,7 +44,7 @@
4545 $action = $wgRequest->getVal( 'action' );
4646
4747 $nu = User::newFromName( $wgContactUser );
48 - if( is_null( $nu ) || !$nu->canReceiveEmail() ) {
 48+ if( is_null( $nu ) || $nu->canReceiveEmail() ) {
4949 wfDebug( "Target is invalid user or can't receive.\n" );
5050 $wgOut->showErrorPage( 'noemailtitle', 'noemailtext' );
5151 return;
Index: trunk/extensions/ContactPage/README
@@ -51,7 +51,7 @@
5252
5353 $wgCaptchaTriggers['contactpage'] = true;
5454
55 -== Costumization ==
 55+== Customization ==
5656
5757 [[Special:Contact]] calls the default formular.
5858 Pagetext: [[MediaWiki:contactpage-pagetext]]

Follow-up revisions

RevisionCommit summaryAuthorDate
r76672Follow-up r76671: revert remove of ! (not my day :-( )...raymond20:12, 14 November 2010

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r76660Add possibility to use customized contage pages via [[Special:Contact/typename]]...raymond17:08, 14 November 2010

Status & tagging log