Index: trunk/phase3/CREDITS |
— | — | @@ -35,6 +35,7 @@ |
36 | 36 | * Siebrand Mazeland |
37 | 37 | * SQL |
38 | 38 | * Soxred93 |
| 39 | +* Thomas Bleher |
39 | 40 | * Tim Starling |
40 | 41 | * Victor Vasiliev |
41 | 42 | |
Index: trunk/phase3/includes/api/ApiBase.php |
— | — | @@ -700,7 +700,7 @@ |
701 | 701 | 'permdenied-undelete' => array('code' => 'permissiondenied', 'info' => "You don't have permission to restore deleted revisions"), |
702 | 702 | 'createonly-exists' => array('code' => 'articleexists', 'info' => "The article you tried to create has been created already"), |
703 | 703 | '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''"), |
705 | 705 | 'cantpurge' => array('code' => 'cantpurge', 'info' => "Only users with the 'purge' right can purge pages via the API"), |
706 | 706 | |
707 | 707 | // ApiEditPage messages |