Index: trunk/extensions/TitleBlacklist/TitleBlacklist.php |
— | — | @@ -11,7 +11,7 @@ |
12 | 12 | |
13 | 13 | $wgExtensionCredits['other'][] = array( |
14 | 14 | 'name' => 'Title Blacklist', |
15 | | - 'author' => 'VasilievVV, Fran Rogers', |
| 15 | + 'author' => array( 'VasilievVV', 'Fran Rogers' ), |
16 | 16 | 'version' => '1.4.2', |
17 | 17 | 'url' => 'http://www.mediawiki.org/wiki/Extension:Title_Blacklist', |
18 | 18 | 'description' => 'Allows administrators to forbid creation of certain pages and user accounts', |
— | — | @@ -58,4 +58,4 @@ |
59 | 59 | $wgTitleBlacklist = new TitleBlacklist(); |
60 | 60 | } |
61 | 61 | |
62 | | -//@} |
\ No newline at end of file |
| 62 | +//@} |