From 4c4993af478d9a4d4f748bebe0183b7e29ac59e3 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 11 Aug 2011 11:10:52 +0800 Subject: [PATCH] DataObjects/Core_notify.php --- DataObjects/Core_notify.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DataObjects/Core_notify.php b/DataObjects/Core_notify.php index 5bb08634..7b4ad51f 100644 --- a/DataObjects/Core_notify.php +++ b/DataObjects/Core_notify.php @@ -76,9 +76,9 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject { switch($this->event_id) { case -1: - 'DELIVERED'; + return 'DELIVERED'; case 0: - 'PENDING'; + return 'PENDING'; default: $e = $this->event(); } -- 2.39.2