Browse Source

Gets autoloaded now.

pull/243/head
Nigel Banks 12 years ago
parent
commit
60e17fd1c1
  1. 1
      includes/islandora_tuque.inc

1
includes/islandora_tuque.inc

@ -78,7 +78,6 @@ class IslandoraTuque {
}
if (self::exists()) {
module_load_include('inc', 'islandora', 'includes/islandora_tuque_wrapper');
$this->connection = new IslandoraRepositoryConnection($url, $user_string, $pass_string);
$this->connection->reuseConnection = TRUE;
$this->api = new IslandoraFedoraApi($this->connection);

Loading…
Cancel
Save