Index: trunk/extensions/ArticleAssessmentPilot/ArticleAssessmentPilot.hooks.php |
— | — | @@ -20,7 +20,7 @@ |
21 | 21 | |
22 | 22 | return true; |
23 | 23 | } //schema |
24 | | - |
| 24 | + |
25 | 25 | /** |
26 | 26 | * Make sure the table exists for parser tests |
27 | 27 | * @param $tables |
— | — | @@ -31,14 +31,14 @@ |
32 | 32 | $tables[] = 'article_assessment_pages'; |
33 | 33 | return true; |
34 | 34 | } |
35 | | - |
36 | | - public static function addCode( &$data ) { |
| 35 | + |
| 36 | + public static function addCode( &$data, $skin ) { |
37 | 37 | //check if this page should have the form |
38 | | - |
| 38 | + |
39 | 39 | //write the form |
40 | | - |
| 40 | + |
41 | 41 | //if user has no cookie, set cookie |
42 | | - |
| 42 | + |
43 | 43 | return true; |
44 | 44 | } |
45 | 45 | } |
\ No newline at end of file |