Index: trunk/extensions/CodeReview/api/ApiCodeUpdate.php |
— | — | @@ -68,7 +68,7 @@ |
69 | 69 | |
70 | 70 | public function getAllowedParams() { |
71 | 71 | return array( |
72 | | - 'repo' => => array( |
| 72 | + 'repo' => array( |
73 | 73 | ApiBase::PARAM_TYPE => 'string', |
74 | 74 | ApiBase::PARAM_REQUIRED => true, |
75 | 75 | ), |