Index: trunk/extensions/uniwiki/Authors/Authors.php |
— | — | @@ -13,7 +13,7 @@ |
14 | 14 | $wgExtensionCredits['other'][] = array( |
15 | 15 | 'name' => 'Authors', |
16 | 16 | 'author' => 'Merrick Schaefer, Mark Johnston, Evan Wheeler and Adam Mckaig (at UNICEF)', |
17 | | - 'description' => 'Appends a list of contributors to articles' |
| 17 | + 'description' => 'Appends a list of contributors to articles', |
18 | 18 | 'url' => 'http://www.mediawiki.org/wiki/Extension:Uniwiki/Authors', |
19 | 19 | 'svn-date' => '$LastChangedDate$', |
20 | 20 | 'svn-revision' => '$LastChangedRevision$', |
— | — | @@ -29,7 +29,7 @@ |
30 | 30 | |
31 | 31 | /* do nothing if the option is disabled |
32 | 32 | * (but why would the extension be enabled?) */ |
33 | | - if ( !wgShowAuthors ) |
| 33 | + if ( !$wgShowAuthors ) |
34 | 34 | return true; |
35 | 35 | |
36 | 36 | // only build authors on namespaces in $wgShowAuthorsNamespaces |
Index: trunk/extensions/uniwiki/UniwikiSettings.php |
— | — | @@ -10,7 +10,8 @@ |
11 | 11 | require_once("$uw/GenericEditPage/GenericEditPage.php"); |
12 | 12 | require_once("$uw/CatBoxAtTop/CatBoxAtTop.php"); |
13 | 13 | require_once("$uw/Layouts/Layouts.php"); |
14 | | -require_once("$uw/Authors/Authors.php"); |
| 14 | +# Broken. creditLink() missing. |
| 15 | +#require_once("$uw/Authors/Authors.php"); |
15 | 16 | require_once("$uw/CustomToolbar/CustomToolbar.php"); |
16 | 17 | require_once("$uw/CreatePage/CreatePage.php"); |
17 | 18 | require_once("$uw/FormatChanges/FormatChanges.php"); |