Index: trunk/extensions/SemanticResultFormats/SRF_Settings.php |
— | — | @@ -34,8 +34,7 @@ |
35 | 35 | |
36 | 36 | foreach ( $srfgFormats as $fn ) srffInitFormat( $fn ); |
37 | 37 | |
38 | | - $formats_list = implode( ', ', $srfgFormats ); |
39 | | - $wgExtensionCredits['other'][] = array( |
| 38 | + $wgExtensionCredits[defined( 'SEMANTIC_EXTENSION_TYPE' ) ? 'semantic' : 'other'][] = array( |
40 | 39 | 'path' => __FILE__, |
41 | 40 | 'name' => 'Semantic Result Formats', |
42 | 41 | 'version' => SRF_VERSION, |