Index: trunk/extensions/GlobalUserGroups/GlobalUserGroups.i18n.php |
— | — | @@ -33,3 +33,4 @@ |
34 | 34 | $messages['de'] = array( |
35 | 35 | 'globalusergroups-desc' => 'Ermöglicht das Nutzen von definierten lokalen Benutzergruppen als globale Gruppen', |
36 | 36 | ); |
| 37 | + |
Index: trunk/extensions/GlobalUserGroups/GlobalUserGroups.php |
— | — | @@ -17,12 +17,13 @@ |
18 | 18 | |
19 | 19 | $wgExtensionFunctions[] = 'efGlobalUserGroupsEMWT'; |
20 | 20 | |
21 | | -$wgExtensionCredits['specialpage'][] = array( |
22 | | - 'name' => 'GlobalUserGroups', |
23 | | - 'url' => 'http://www.mediawiki.org/wiki/Extension:GlobalUserGroups', |
24 | | - 'author' => 'Tim Weyer', |
25 | | - 'descriptionmsg' => 'globalusergroups-desc', |
26 | | - 'version' => '1.0.1', |
| 21 | +$wgExtensionCredits['other'][] = array( |
| 22 | + 'path' => __FILE__, |
| 23 | + 'name' => 'GlobalUserGroups', |
| 24 | + 'url' => 'http://www.mediawiki.org/wiki/Extension:GlobalUserGroups', |
| 25 | + 'author' => 'Tim Weyer', |
| 26 | + 'descriptionmsg' => 'globalusergroups-desc', |
| 27 | + 'version' => '1.0.1', |
27 | 28 | ); |
28 | 29 | |
29 | 30 | // Use extra translations for various user group names and similars |