r83570 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r83569‎ | r83570 | r83571 >
Date:07:13, 9 March 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/specials/Export/SMW_SpecialOWLExport.php (modified) (history)

Diff [purge]

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

Status & tagging log