Index: trunk/extensions/ArticleAssessmentPilot/ArticleAssessmentPilot.php |
— | — | @@ -30,7 +30,7 @@ |
31 | 31 | $wgExtensionCredits['other'][] = array( |
32 | 32 | 'path' => __FILE__, |
33 | 33 | 'name' => 'Article Assessment Pilot', |
34 | | - 'author' => 'Nimish Gautam', |
| 34 | + 'author' => 'Nimish Gautam, Sam Reed', |
35 | 35 | 'version' => '0.1.0', |
36 | 36 | 'descriptionmsg' => 'articleassessment-pilot-desc', |
37 | 37 | 'url' => 'http://www.mediawiki.org/wiki/Extension:ArticleAsessmentPilot' |
Index: trunk/extensions/ArticleAssessmentPilot/ArticleAssessmentPilot.hooks.php |
— | — | @@ -32,7 +32,7 @@ |
33 | 33 | return true; |
34 | 34 | } |
35 | 35 | |
36 | | - public static function addCode(){ |
| 36 | + public static function addCode( &$data ) { |
37 | 37 | //check if this page should have the form |
38 | 38 | |
39 | 39 | //write the form |
— | — | @@ -41,5 +41,4 @@ |
42 | 42 | |
43 | 43 | return true; |
44 | 44 | } |
45 | | - |
46 | 45 | } |
\ No newline at end of file |