From 857d94a4ff04c83352b7dacbab5dce1963d30ca0 Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 11 Feb 2015 13:56:54 +0800 Subject: [PATCH] DataObjects/Core_notify.php --- DataObjects/Core_notify.php | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/DataObjects/Core_notify.php b/DataObjects/Core_notify.php index cfa2a06f..32c7a612 100644 --- a/DataObjects/Core_notify.php +++ b/DataObjects/Core_notify.php @@ -215,7 +215,19 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject } } - + $this->selectAdd(" + (SELECT + display_name + FROM + core_enum + WHERE + etype = 'Core.NotifyType' + AND + name = core_notify.evtype + AND + active = 1 + ) AS evtype_align + "); -- 2.39.2