Browse Source

the stupidity continues

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

2
islandora.module

@ -1820,7 +1820,7 @@ function islandora_repair_drupal_filter() {
$configuration = IslandoraTestUtilityClass::getTestConfiguration();
}
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;
}

Loading…
Cancel
Save