Index: trunk/extensions/PageSchemas/specials/PS_GeneratePages.php |
— | — | @@ -55,6 +55,7 @@ |
56 | 56 | } |
57 | 57 | } |
58 | 58 | } |
| 59 | + return true; |
59 | 60 | } |
60 | 61 | function generate_pages ( $categoryName, $toGenPageList ) { |
61 | 62 | global $wgRequest, $wgOut; |
Index: trunk/extensions/PageSchemas/specials/PS_EditSchema.php |
— | — | @@ -511,5 +511,6 @@ |
512 | 512 | $wgOut->addHTML( $text ); |
513 | 513 | } |
514 | 514 | } |
| 515 | + return true; |
515 | 516 | } |
516 | 517 | } |