projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84d455e
)
No gettext.
author
Jan Schneider
<jan@horde.org>
Fri, 20 Nov 2009 13:39:12 +0000
(14:39 +0100)
committer
Jan Schneider
<jan@horde.org>
Fri, 20 Nov 2009 13:39:12 +0000
(14:39 +0100)
kronolith/lib/Driver/Resource.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Driver/Resource.php
b/kronolith/lib/Driver/Resource.php
index
7312cca
..
1588410
100644
(file)
--- 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));