diff --git a/includes/tuque.inc b/includes/tuque.inc index 0f953288..a1e6764b 100644 --- a/includes/tuque.inc +++ b/includes/tuque.inc @@ -7,7 +7,7 @@ $islandora_module_path = drupal_get_path('module', 'islandora'); -set_include_path(get_include_path() . PATH_SEPARATOR . 'sites/all/libraries/tuque' . PATH_SEPARATOR . "$islandora_module_path/libraries/tuque/"); +set_include_path(get_include_path() . PATH_SEPARATOR . 'sites/all/libraries/tuque' . PATH_SEPARATOR . "$islandora_module_path/libraries/tuque/"); // Do this until we expose these in a module or library. @include_once 'sites/all/libraries/tuque/implementations/fedora3/Datastream.php'; diff --git a/includes/tuque_wrapper.inc b/includes/tuque_wrapper.inc index f15dc69d..54a304bb 100644 --- a/includes/tuque_wrapper.inc +++ b/includes/tuque_wrapper.inc @@ -9,7 +9,7 @@ */ $islandora_module_path = drupal_get_path('module', 'islandora'); -set_include_path(get_include_path() . PATH_SEPARATOR . 'sites/all/libraries/tuque' . PATH_SEPARATOR . "$islandora_module_path/libraries/tuque/"); +set_include_path(get_include_path() . PATH_SEPARATOR . 'sites/all/libraries/tuque' . PATH_SEPARATOR . "$islandora_module_path/libraries/tuque/"); // Do this until we expose these in a module or library. @include_once 'sites/all/libraries/tuque/implementations/fedora3/Datastream.php';