Browse Source

Merge pull request #425 from MorganDawe/7.x.include_fix

added module load includes on namespace restriction enforced.
travis-3.7.0
Jonathan Green 11 years ago
parent
commit
aa3efacb28
  1. 1
      islandora.module

1
islandora.module

@ -1634,6 +1634,7 @@ function islandora_datastream_access($op, $datastream, $user = NULL) {
* Implements hook_islandora_basic_collection_get_query_filters(). * Implements hook_islandora_basic_collection_get_query_filters().
*/ */
function islandora_islandora_basic_collection_get_query_filters() { function islandora_islandora_basic_collection_get_query_filters() {
module_load_include('inc', 'islandora', 'includes/utilities');
$enforced = variable_get('islandora_namespace_restriction_enforced', FALSE); $enforced = variable_get('islandora_namespace_restriction_enforced', FALSE);
if ($enforced) { if ($enforced) {
$namespace_array = islandora_get_allowed_namespaces(); $namespace_array = islandora_get_allowed_namespaces();

Loading…
Cancel
Save