Skip to content

Commit

Permalink
corrected include path #8
Browse files Browse the repository at this point in the history
  • Loading branch information
kwijibo committed Feb 26, 2012
1 parent 27e2b96 commit 8b7bdb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion institutions/ecb-stats/sdmx2rdfa/sdmx2rdfa.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

set_include_path(get_include_path().':'.basename(dirname(__FILE__)).'');
set_include_path(get_include_path().':'.dirname(dirname(__FILE__)).'');
require '../inc.php';

$series_id=str_replace('_','.',$_GET['serieskey']);
Expand Down

0 comments on commit 8b7bdb7

Please sign in to comment.