Browse Source

islandora_tuque.inc gets autoloaded now.

pull/243/head
Nigel Banks 12 years ago
parent
commit
145f1ad000
  1. 1
      islandora.module

1
islandora.module

@ -541,7 +541,6 @@ function islandora_default_islandora_view_object($object) {
* A IslandoraTuque instance
*/
function islandora_get_tuque_connection($user = NULL, $url = NULL) {
module_load_include('inc', 'islandora', 'includes/islandora_tuque');
$tuque = &drupal_static(__FUNCTION__);
if (!$tuque) {
if (IslandoraTuque::exists()) {

Loading…
Cancel
Save