Index: trunk/extensions/ArticleFeedbackv5/api/ApiArticleFeedbackv5.php |
— | — | @@ -30,7 +30,6 @@ |
31 | 31 | * Execute the API call: Save the form values |
32 | 32 | */ |
33 | 33 | public function execute() { |
34 | | -error_Log('hi there'); |
35 | 34 | global $wgUser, $wgArticleFeedbackv5SMaxage; |
36 | 35 | $params = $this->extractRequestParams(); |
37 | 36 | |
— | — | @@ -437,7 +436,7 @@ |
438 | 437 | } |
439 | 438 | |
440 | 439 | /** |
441 | | - * Creates a new feedback record and inserts the user's rating |
| 440 | + * Creates a new feedback record and inserts the user's rating |
442 | 441 | * for a specific revision |
443 | 442 | * |
444 | 443 | * @param array $data the data |