projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b753e2
)
Fix parse error.
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Mon, 23 Nov 2009 19:03:25 +0000
(14:03 -0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Mon, 23 Nov 2009 19:03:25 +0000
(14:03 -0500)
kronolith/lib/Driver/Resource.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Driver/Resource.php
b/kronolith/lib/Driver/Resource.php
index
b9af6e6
..
5ae79b3
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('Could not load the class definition for ' . $class)
)
;
+ throw new Horde_Exception('Could not load the class definition for ' . $class);
}
return new $class($this->_fromDriver($results));