Index: trunk/extensions/SemanticResultFormats/BibTeX/SRF_BibTeX.php |
— | — | @@ -203,12 +203,7 @@ |
204 | 204 | } |
205 | 205 | |
206 | 206 | public function getParameters() { |
207 | | - if ( defined( 'SMW_SUPPORTS_VALIDATOR' ) ) { |
208 | | - return array_merge( parent::getParameters(), $this->exportFormatParameters() ); |
209 | | - } |
210 | | - else { |
211 | | - return parent::exportFormatParameters(); |
212 | | - } |
| 207 | + return array_merge( parent::getParameters(), $this->exportFormatParameters() ); |
213 | 208 | } |
214 | 209 | |
215 | 210 | } |