r47969 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r47968‎ | r47969 | r47970 >
Date:08:38, 3 March 2009
Author:nad
Status:deferred
Tags:
Comment:
recordadmin-summary-created message didn't have type arg passed
Modified paths:
  • /trunk/extensions/RecordAdmin/RecordAdmin_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/RecordAdmin/RecordAdmin_body.php
@@ -96,7 +96,7 @@
9797
9898 # Attempt to create the article
9999 $article = new Article( $t );
100 - $summary = "[[Special:RecordAdmin/$type|RecordAdmin]]:" . wfMsg( 'recordadmin-summary-typecreated' );
 100+ $summary = "[[Special:RecordAdmin/$type|RecordAdmin]]:" . wfMsg( 'recordadmin-summary-typecreated', $type );
101101 $text = '';
102102 foreach ( $posted as $k => $v ) if ( $v ) {
103103 if ( $this->types[$k] == 'bool' ) $v = 'yes';

Status & tagging log