Index: trunk/phase3/includes/api/ApiEditPage.php |
— | — | @@ -367,6 +367,7 @@ |
368 | 368 | array( 'noimageredirect-anon' ), |
369 | 369 | array( 'noimageredirect-logged' ), |
370 | 370 | array( 'spamdetected', 'spam' ), |
| 371 | + array( 'summaryrequired' ), |
371 | 372 | array( 'filtered' ), |
372 | 373 | array( 'blockedtext' ), |
373 | 374 | array( 'contenttoobig', $wgMaxArticleSize ), |