Index: trunk/extensions/Configure/Configure.php |
— | — | @@ -13,7 +13,7 @@ |
14 | 14 | # Adding credit :) |
15 | 15 | $wgExtensionCredits['specialpage'][] = array( |
16 | 16 | 'name' => 'Configure', |
17 | | - 'author' => 'Alexandre Emsenhuber', |
| 17 | + 'author' => array( 'Alexandre Emsenhuber', 'Andrew Garrett' ), |
18 | 18 | 'url' => 'http://www.mediawiki.org/wiki/Extension:Configure', |
19 | 19 | 'description' => 'Allow authorised users to configure the wiki via a web-based interface', |
20 | 20 | 'descriptionmsg' => 'configure-desc', |