projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9433868
)
This is already a constant
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Tue, 11 May 2010 19:38:55 +0000
(15:38 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Tue, 11 May 2010 19:38:55 +0000
(15:38 -0400)
kronolith/lib/Event.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Event.php
b/kronolith/lib/Event.php
index
9672bfe
..
960aa8d
100644
(file)
--- 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()) {