r19880 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r19879‎ | r19880 | r19881 >
Date:11:44, 11 February 2007
Author:mkroetzsch
Status:old
Tags:
Comment:
$IP is global
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/specials/ExportRDF/SMW_SpecialExportRDF.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/specials/ExportRDF/SMW_SpecialExportRDF.php
@@ -10,6 +10,7 @@
1111 if (!defined('MEDIAWIKI')) die();
1212
1313 //require_once($smwgIP . '/includes/SMW_Storage.php');
 14+global $IP;
1415 require_once( "$IP/includes/SpecialPage.php" );
1516
1617 $wgExtensionFunctions[] = "wfExportRDFExtension";

Status & tagging log