Browse Source

fix minor typo (#659)

pull/661/head
Jonathan Green 8 years ago committed by Diego Pino Navarro
parent
commit
3ce6c84689
  1. 2
      includes/tuque_wrapper.inc

2
includes/tuque_wrapper.inc

@ -14,7 +14,7 @@ if (function_exists('drupal_get_path')) {
$islandora_module_path = drupal_get_path('module', 'islandora');
}
// @todo this until we expost these in a module or library
// @todo this until we expose these in a module or library
@include_once 'sites/all/libraries/tuque/Datastream.php';
@include_once 'sites/all/libraries/tuque/FedoraApi.php';
@include_once 'sites/all/libraries/tuque/FedoraApiSerializer.php';

Loading…
Cancel
Save