Skip to content

Commit

Permalink
Bugfix: Access $IP via $GLOBALS
Browse files Browse the repository at this point in the history
  • Loading branch information
samuell committed Oct 26, 2016
1 parent 956cf37 commit 1478dba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RDFIO.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@

$smwgDefaultStore = 'SMWARC2Store';

require_once( "$IP/extensions/RDFIO/stores/SMW_ARC2Store.php" );
require_once( "$IP/extensions/RDFIO/specials/SpecialRDFIOAdmin.php" );
require_once( $GLOBALS['IP'] . "/extensions/RDFIO/stores/SMW_ARC2Store.php" );
require_once( $GLOBALS['IP'] . "/extensions/RDFIO/specials/SpecialRDFIOAdmin.php" );

/**************************
* RDFIO Components *
Expand Down

0 comments on commit 1478dba

Please sign in to comment.