Index: trunk/extensions/SemanticTitle/SemanticTitle.php |
— | — | @@ -34,9 +34,7 @@ |
35 | 35 | $wgExtensionMessagesFiles[ 'SemanticTitle' ] = __DIR__ . '/SemanticTitle.i18n.php'; |
36 | 36 | |
37 | 37 | global $egSemanticTitle; |
38 | | -if ( ! isset( $egSemanticTitle ) ) { |
39 | | - $egSemanticTitle = array(); |
40 | | -}; // if |
| 38 | +$egSemanticTitle = array(); |
41 | 39 | |
42 | 40 | global $wgExtensionCredits; |
43 | 41 | $wgExtensionCredits[ 'semantic' ][] = array( |