Browse Source

Sacrifical commit for coding standards gods.

pull/710/head
Jonathan Green 7 years ago
parent
commit
08b5362fd2
No known key found for this signature in database
GPG Key ID: E96938FA4DF26243
  1. 2
      islandora.api.php
  2. 2
      islandora.module

2
islandora.api.php

@ -992,4 +992,4 @@ function hook_islandora_solution_pack_child_relationships($cmodels) {
), ),
); );
} }
} }

2
islandora.module

@ -2223,4 +2223,4 @@ function islandora_islandora_solution_pack_child_relationships($cmodels) {
// Return empty arrays from core implementation so that these keys always // Return empty arrays from core implementation so that these keys always
// exist when the hook is called, even if no module responds. // exist when the hook is called, even if no module responds.
return array('predicate' => array(), 'prefix' => array()); return array('predicate' => array(), 'prefix' => array());
} }

Loading…
Cancel
Save