projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96b2a21
)
No gettext.
author
Jan Schneider
<jan@horde.org>
Fri, 20 Nov 2009 15:09:10 +0000
(16:09 +0100)
committer
Jan Schneider
<jan@horde.org>
Fri, 20 Nov 2009 15:09:10 +0000
(16:09 +0100)
kronolith/lib/Resource/Group.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Resource/Group.php
b/kronolith/lib/Resource/Group.php
index
4189652
..
10baf5a
100644
(file)
--- a/
kronolith/lib/Resource/Group.php
+++ b/
kronolith/lib/Resource/Group.php
@@
-152,7
+152,7
@@
class Kronolith_Resource_Group extends Kronolith_Resource_Base
*/
public function addEvent($event)
{
- throw new Horde_Exception(
_("Events should be added to the Single resource object, not directly to the Group object.")
);
+ throw new Horde_Exception(
'Events should be added to the Single resource object, not directly to the Group object.'
);
}
/**