r40817 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r40816‎ | r40817 | r40818 >
Date:14:24, 14 September 2008
Author:tbleher
Status:old
Tags:
Comment:
Escape $1 in message (was PHP syntax error)
Modified paths:
  • /trunk/phase3/CREDITS (modified) (history)
  • /trunk/phase3/includes/api/ApiBase.php (modified) (history)

Diff [purge]

Index: trunk/phase3/CREDITS
@@ -35,6 +35,7 @@
3636 * Siebrand Mazeland
3737 * SQL
3838 * Soxred93
 39+* Thomas Bleher
3940 * Tim Starling
4041 * Victor Vasiliev
4142
Index: trunk/phase3/includes/api/ApiBase.php
@@ -700,7 +700,7 @@
701701 'permdenied-undelete' => array('code' => 'permissiondenied', 'info' => "You don't have permission to restore deleted revisions"),
702702 'createonly-exists' => array('code' => 'articleexists', 'info' => "The article you tried to create has been created already"),
703703 'nocreate-missing' => array('code' => 'missingtitle', 'info' => "The article you tried to edit doesn't exist"),
704 - 'nosuchrcid' => array('code' => 'nosuchrcid', 'info' => "There is no change with rcid ``$1''"),
 704+ 'nosuchrcid' => array('code' => 'nosuchrcid', 'info' => "There is no change with rcid ``\$1''"),
705705 'cantpurge' => array('code' => 'cantpurge', 'info' => "Only users with the 'purge' right can purge pages via the API"),
706706
707707 // ApiEditPage messages

Status & tagging log