Browse Source

not using t() like some sorta madman

pull/507/head
qadan 11 years ago
parent
commit
723a8f54d7
  1. 2
      islandora.module

2
islandora.module

@ -1818,7 +1818,7 @@ function islandora_repair_drupal_filter() {
$configuration = islandora_get_test_configuration();
}
catch (Exception $e) {
drupal_set_message("Unable to get the test configuration: $e", 'error');
drupal_set_message(t("Unable to get the test configuration: %e", array('%e' => $e)), 'error');
return;
}

Loading…
Cancel
Save