Browse Source

the stupidity continues

pull/507/head
qadan 11 years ago
parent
commit
3b797253ad
  1. 2
      islandora.module

2
islandora.module

@ -1820,7 +1820,7 @@ function islandora_repair_drupal_filter() {
$configuration = IslandoraTestUtilityClass::getTestConfiguration(); $configuration = IslandoraTestUtilityClass::getTestConfiguration();
} }
catch (Exception $e) { catch (Exception $e) {
drupal_set_message(t("Error parsing test configuration: $e"), 'error'); drupal_set_message(t("Error parsing test configuration: %e", array('%e' => $e)), 'error');
return FALSE; return FALSE;
} }

Loading…
Cancel
Save