| Index: trunk/extensions/ArticleFeedbackv5/api/ApiArticleFeedbackv5.php |
| — | — | @@ -20,8 +20,8 @@ |
| 21 | 21 | /** |
| 22 | 22 | * Constructor |
| 23 | 23 | */ |
| 24 | | - public function __construct( $query, $moduleName ) { |
| 25 | | - parent::__construct( $query, $moduleName, '' ); |
| | 24 | + public function __construct( $main, $action ) { |
| | 25 | + parent::__construct( $main, $action ); |
| 26 | 26 | } |
| 27 | 27 | |
| 28 | 28 | /** |
| Index: trunk/extensions/ArticleFeedbackv5/api/ApiArticleFeedbackv5Utils.php |
| — | — | @@ -61,7 +61,7 @@ |
| 62 | 62 | // Page a redirect? |
| 63 | 63 | || $title->isRedirect() |
| 64 | 64 | ) { |
| 65 | | - // ...then feedback diabled |
| | 65 | + // ...then feedback disabled |
| 66 | 66 | return false; |
| 67 | 67 | } |
| 68 | 68 | return true; |