Index: trunk/extensions/SemanticMediaWiki/specials/ExportRDF/SMW_SpecialExportRDF.php |
— | — | @@ -10,6 +10,7 @@ |
11 | 11 | if (!defined('MEDIAWIKI')) die(); |
12 | 12 | |
13 | 13 | //require_once($smwgIP . '/includes/SMW_Storage.php'); |
| 14 | +global $IP; |
14 | 15 | require_once( "$IP/includes/SpecialPage.php" ); |
15 | 16 | |
16 | 17 | $wgExtensionFunctions[] = "wfExportRDFExtension"; |