From 45368de623a4437f3556f3f262c3304cf9591caf Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Tue, 11 May 2010 15:38:55 -0400 Subject: [PATCH] This is already a constant --- kronolith/lib/Event.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kronolith/lib/Event.php b/kronolith/lib/Event.php index 9672bfe16..960aa8d90 100644 --- a/kronolith/lib/Event.php +++ b/kronolith/lib/Event.php @@ -1035,7 +1035,7 @@ abstract class Kronolith_Event default: $status = Kronolith::STATUS_NONE; } - $this->status = constant('Kronolith::STATUS_' . $status); + $this->status = $status; /* Alarm */ if ($alarm = $message->getReminder()) { -- 2.11.0