Index: trunk/extensions/SemanticMediaWiki/specials/Export/SMW_SpecialOWLExport.php |
— | — | @@ -129,7 +129,7 @@ |
130 | 130 | * @param array $pages containing the string names of pages to be exported |
131 | 131 | */ |
132 | 132 | protected function exportPages( $pages ) { |
133 | | - global $wgRequest, $smwgExportBacklinks; |
| 133 | + global $wgRequest, $smwgExportBacklinks, $wgUser; |
134 | 134 | |
135 | 135 | // Effect: assume "no" from missing parameters generated by checkboxes. |
136 | 136 | $postform = $wgRequest->getText( 'postform' ) == 1; |