Index: trunk/extensions/MetavidWiki/includes/specials/MV_SpecialExport.php |
— | — | @@ -450,7 +450,7 @@ |
451 | 451 | global $wgSitename, $wgTitle, $wgRequest; |
452 | 452 | // check for semantic wiki: |
453 | 453 | if ( !defined( 'SMW_VERSION' ) ) { |
454 | | - return new WikiError( "Export Ask is dependent on semantic media wiki" ); |
| 454 | + return false; |
455 | 455 | } |
456 | 456 | // bootstrap off of SMWAskPage: |
457 | 457 | $SMWAskPage = new SMWAskPage(); |