From 8bfc18ac98fd2e505b609a84ff7daac9b90d88b9 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Fri, 20 Nov 2009 14:39:12 +0100 Subject: [PATCH] No gettext. --- kronolith/lib/Driver/Resource.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kronolith/lib/Driver/Resource.php b/kronolith/lib/Driver/Resource.php index 7312cca33..158841044 100644 --- a/kronolith/lib/Driver/Resource.php +++ b/kronolith/lib/Driver/Resource.php @@ -142,7 +142,7 @@ class Kronolith_Driver_Resource extends Kronolith_Driver_Sql $class = 'Kronolith_Resource_' . $results['resource_type']; if (!class_exists($class)) { - throw new Horde_Exception(sprintf(_("Could not load the class definition for %s"), $class)); + throw new Horde_Exception('Could not load the class definition for ' . $class)); } return new $class($this->_fromDriver($results)); -- 2.11.0