Index: trunk/phase3/includes/api/ApiBase.php |
— | — | @@ -772,6 +772,7 @@ |
773 | 773 | 'invalidtitle' => array('code' => 'invalidtitle', 'info' => "Bad title ``\$1''"), |
774 | 774 | 'nosuchpageid' => array('code' => 'nosuchpageid', 'info' => "There is no page with ID \$1"), |
775 | 775 | 'nosuchrevid' => array('code' => 'nosuchrevid', 'info' => "There is no revision with ID \$1"), |
| 776 | + 'nosuchuser' => array('code' => 'nosuchuser', 'info' => "User ``\$1'' doesn't exist"), |
776 | 777 | 'invaliduser' => array('code' => 'invaliduser', 'info' => "Invalid username ``\$1''"), |
777 | 778 | 'invalidexpiry' => array('code' => 'invalidexpiry', 'info' => "Invalid expiry time ``\$1''"), |
778 | 779 | 'pastexpiry' => array('code' => 'pastexpiry', 'info' => "Expiry time ``\$1'' is in the past"), |