Index: trunk/extensions/Translate/api/ApiGroupReview.php |
— | — | @@ -100,7 +100,7 @@ |
101 | 101 | /* API borks with | if defined multiple allowed values even |
102 | 102 | * though we are expecting only one value, which can and will |
103 | 103 | * contain | for page translation pages, which have group id |
104 | | - * of format page|Pagename. */ |
| 104 | + * of format page|Pagename. This is fixed in 1.19 and up */ |
105 | 105 | ApiBase::PARAM_TYPE => 'string',//array_keys( MessageGroups::getAllGroups() ), |
106 | 106 | ApiBase::PARAM_REQUIRED => true, |
107 | 107 | ), |