Index: trunk/extensions/SemanticMediaWiki/specials/Export/SMW_SpecialOWLExport.php |
— | — | @@ -33,7 +33,7 @@ |
34 | 34 | smwfLoadExtensionMessages( 'SemanticMediaWiki' ); |
35 | 35 | } |
36 | 36 | |
37 | | - public function execute( $page = '' ) { |
| 37 | + public function execute( $page ) { |
38 | 38 | global $wgOut, $wgRequest, $wgUser, $smwgAllowRecursiveExport, $smwgExportBacklinks, $smwgExportAll; |
39 | 39 | |
40 | 40 | $wgOut->setPageTitle( wfMsg( 'exportrdf' ) ); |