Index: trunk/phase3/includes/api/ApiEditPage.php |
— | — | @@ -209,6 +209,10 @@ |
210 | 210 | $this->getResult()->addValue(null, $this->getModuleName(), $r); |
211 | 211 | } |
212 | 212 | |
| 213 | + public function mustBePosted() { |
| 214 | + return true; |
| 215 | + } |
| 216 | + |
213 | 217 | protected function getDescription() { |
214 | 218 | return 'Create and edit pages.'; |
215 | 219 | } |
Index: trunk/phase3/languages/messages/MessagesKk_cn.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | | - * Kazakh (China) (قازاقشا (جۇنگو)) |
5 | | - * |
6 | | - * @ingroup Language |
7 | | - * @file |
8 | | - */ |
| 4 | + * Kazakh (China) (قازاقشا (جۇنگو)) |
| 5 | + * |
| 6 | + * @addtogroup Language |
| 7 | + */ |
9 | 8 | |
10 | 9 | # Inherit everything for now |
11 | 10 | $fallback = 'kk-arab'; |