Skip to content

Commit

Permalink
Fix typo in oai.php file
Browse files Browse the repository at this point in the history
  • Loading branch information
torinfo committed Jan 30, 2024
1 parent cd8a811 commit f405ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oai-pmh/oai.php
Expand Up @@ -25,7 +25,7 @@
die("oai-pmh is not available");
}
require_once('oai_config.php');
require_once($xerte_toolkits_site->php_library_path . "template_library.php");
require_once(__DIR__ . "/../website_code/php/template_library.php");

/**
* Identifier settings. It needs to have proper values to reflect the settings of the data provider.
Expand Down

0 comments on commit f405ac6

Please sign in to comment.