projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6906aae
)
No gettext.
author
Jan Schneider
<jan@horde.org>
Fri, 20 Nov 2009 14:54:30 +0000
(15:54 +0100)
committer
Jan Schneider
<jan@horde.org>
Fri, 20 Nov 2009 14:54:30 +0000
(15:54 +0100)
kronolith/lib/Resource/Group.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Resource/Group.php
b/kronolith/lib/Resource/Group.php
index
d6b5ae5
..
4189652
100644
(file)
--- a/
kronolith/lib/Resource/Group.php
+++ b/
kronolith/lib/Resource/Group.php
@@
-181,7
+181,7
@@
class Kronolith_Resource_Group extends Kronolith_Resource_Base
if (empty($this->_id)) {
$this->_id = $id;
} else {
- throw new Horde_Exception(
_("Resource already exists. Cannot change the id.")
);
+ throw new Horde_Exception(
'Resource already exists. Cannot change the id.'
);
}
}