From 3b797253add6c7f965d56e9a47600eb15af5604a Mon Sep 17 00:00:00 2001 From: qadan Date: Fri, 6 Jun 2014 18:47:18 +0000 Subject: [PATCH] the stupidity continues --- islandora.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/islandora.module b/islandora.module index 635708bc..fd40790b 100644 --- a/islandora.module +++ b/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; }