Index: trunk/extensions/SemanticTitle/SemanticTitle.class.php |
— | — | @@ -144,7 +144,7 @@ |
145 | 145 | if ( ! isset( $egSemanticTitle[ $ns ] ) ) { |
146 | 146 | return true; |
147 | 147 | }; // if |
148 | | - $name = $egSemanticTitle[ $ns ]; |
| 148 | + $name = $egSemanticTitle[ $ns ]; |
149 | 149 | $props = $data->getProperties(); |
150 | 150 | if ( ! isset( $props[ $name ] ) ) { |
151 | 151 | return true; |