From 17acc0d415f8194c287a30ac7f0ab79a1532296f Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Fri, 20 Nov 2009 15:54:30 +0100 Subject: [PATCH] No gettext. --- kronolith/lib/Resource/Group.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kronolith/lib/Resource/Group.php b/kronolith/lib/Resource/Group.php index d6b5ae573..4189652df 100644 --- 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.'); } } -- 2.11.0