Index: trunk/extensions/SemanticMediaWiki/SemanticMediaWiki.hooks.php |
— | — | @@ -52,11 +52,11 @@ |
53 | 53 | * |
54 | 54 | * @since 1.7 |
55 | 55 | * |
56 | | - * @param array $admin_links_tree |
| 56 | + * @param ALTree $admin_links_tree |
57 | 57 | * |
58 | 58 | * @return true |
59 | 59 | */ |
60 | | - public static function addToAdminLinks( array &$admin_links_tree ) { |
| 60 | + public static function addToAdminLinks( ALTree &$admin_links_tree ) { |
61 | 61 | $data_structure_section = new ALSection( wfMsg( 'smw_adminlinks_datastructure' ) ); |
62 | 62 | |
63 | 63 | $smw_row = new ALRow( 'smw' ); |