Index: trunk/extensions/SemanticWatchlist/SemanticWatchlist.php |
— | — | @@ -39,7 +39,7 @@ |
40 | 40 | |
41 | 41 | define( 'SemanticWatchlist_VERSION', '0.2 alpha' ); |
42 | 42 | |
43 | | -$wgExtensionCredits[defined( 'SEMANTIC_EXTENSION_TYPE' ) ? 'semantic' : 'other'][] = array( |
| 43 | +$wgExtensionCredits['semantic'][] = array( |
44 | 44 | 'path' => __FILE__, |
45 | 45 | 'name' => 'Semantic Watchlist', |
46 | 46 | 'version' => SemanticWatchlist_VERSION, |