projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e0e7f9
)
Fix class name in factory method.
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Sun, 25 Jan 2009 01:19:59 +0000
(20:19 -0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Sun, 25 Jan 2009 01:20:25 +0000
(20:20 -0500)
kronolith/lib/Imple.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Imple.php
b/kronolith/lib/Imple.php
index
5e975ac
..
a769187
100644
(file)
--- a/
kronolith/lib/Imple.php
+++ b/
kronolith/lib/Imple.php
@@
-35,7
+35,7
@@
class Kronolith_Imple {
return false;
}
- $class = 'Imple_' . $imple;
+ $class = '
Kronolith_
Imple_' . $imple;
if (!class_exists($class)) {
include_once dirname(__FILE__) . '/Imple/' . $imple . '.php';
if (!class_exists($class)) {