From 041ee316ee0bbcece8fe75a0f07f2e6bd974b0c7 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Tue, 13 Mar 2007 00:41:25 +0000 Subject: [PATCH] r1464: These will also probably create improper escape warnings due to doing {"$somevar"} --- templates/email/notice_priority.part.tpl | 2 +- templates/email/notice_resolution.part.tpl | 2 +- templates/email/notice_severity.part.tpl | 2 +- templates/email/notice_status.part.tpl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/email/notice_priority.part.tpl b/templates/email/notice_priority.part.tpl index bf7d71e..c8294fb 100644 --- a/templates/email/notice_priority.part.tpl +++ b/templates/email/notice_priority.part.tpl @@ -1 +1 @@ -The priority has been elevatd from "{$this->registry->datastore['priority']["$old"]['priority']}" to "{$this->registry->datastore['priority']["$new"]['priority']}". \ No newline at end of file +The priority has been elevatd from "{$this->registry->datastore['priority'][$old]['priority']}" to "{$this->registry->datastore['priority'][$new]['priority']}". \ No newline at end of file diff --git a/templates/email/notice_resolution.part.tpl b/templates/email/notice_resolution.part.tpl index f023555..5ed9152 100644 --- a/templates/email/notice_resolution.part.tpl +++ b/templates/email/notice_resolution.part.tpl @@ -1 +1 @@ -This bug has been resolved with resolution "{$this->registry->datastore['resolution']["$new"]['resolution']}", from "{$this->registry->datastore['resolution']["$old"]['resolution']}". \ No newline at end of file +This bug has been resolved with resolution "{$this->registry->datastore['resolution'][$new]['resolution']}", from "{$this->registry->datastore['resolution'][$old]['resolution']}". \ No newline at end of file diff --git a/templates/email/notice_severity.part.tpl b/templates/email/notice_severity.part.tpl index 329e2ce..4408d92 100644 --- a/templates/email/notice_severity.part.tpl +++ b/templates/email/notice_severity.part.tpl @@ -1 +1 @@ -The severity has been elevated from "{$this->registry->datastore['severity']["$old"]['severity']}" to "{$this->registry->datastore['severity']["$new"]['severity']}". \ No newline at end of file +The severity has been elevated from "{$this->registry->datastore['severity'][$old]['severity']}" to "{$this->registry->datastore['severity'][$new]['severity']}". \ No newline at end of file diff --git a/templates/email/notice_status.part.tpl b/templates/email/notice_status.part.tpl index ef990de..6115362 100644 --- a/templates/email/notice_status.part.tpl +++ b/templates/email/notice_status.part.tpl @@ -1 +1 @@ -The status of the bug is now "{$this->registry->datastore['status']["$new"]['status']}", from "{$this->registry->datastore['status']["$old"]['status']}". \ No newline at end of file +The status of the bug is now "{$this->registry->datastore['status'][$new]['status']}", from "{$this->registry->datastore['status'][$old]['status']}". \ No newline at end of file -- 2.22.5