Browse Source

i did an incredibly stupid thing

pull/507/head
qadan 10 years ago
parent
commit
1c5e2a1893
  1. 2
      islandora.module

2
islandora.module

@ -1817,7 +1817,7 @@ function islandora_repair_drupal_filter() {
// Grab the config.
module_load_include('inc', 'islandora', 'tests/utilities/test_utility_abstraction');
try {
IslandoraTestUtilityClass::getTestConfiguration();
$configuration = IslandoraTestUtilityClass::getTestConfiguration();
}
catch (Exception $e) {
drupal_set_message(t("Error parsing test configuration: $e"), 'error');

Loading…
Cancel
Save