projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b5eb29
)
parse error
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Tue, 8 Sep 2009 17:22:18 +0000
(13:22 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Tue, 29 Sep 2009 20:53:51 +0000
(16:53 -0400)
kronolith/lib/Resource/Single.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Resource/Single.php
b/kronolith/lib/Resource/Single.php
index
128da15
..
63b36f2
100644
(file)
--- a/
kronolith/lib/Resource/Single.php
+++ b/
kronolith/lib/Resource/Single.php
@@
-29,7
+29,7
@@
class Kronolith_Resource_Single extends Kronolith_Resource_Base
/* Fetch events. */
$busy = Kronolith::listEvents($event->start, $event->end, array($this->calendar));
- if ($busy instanceof
'PEAR_Error')
) {
+ if ($busy instanceof
PEAR_Error
) {
throw new Horde_Exception($busy->getMessage());
}