projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41ad055
)
No need for this global anymore
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Mon, 28 Jun 2010 22:34:16 +0000
(18:34 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Mon, 28 Jun 2010 22:34:16 +0000
(18:34 -0400)
jonah/lib/Application.php
patch
|
blob
|
history
diff --git
a/jonah/lib/Application.php
b/jonah/lib/Application.php
index
ba8a6b8
..
4e6a2db
100644
(file)
--- a/
jonah/lib/Application.php
+++ b/
jonah/lib/Application.php
@@
-35,8
+35,6
@@
class Jonah_Application extends Horde_Registry_Application
protected function _init()
{
$GLOBALS['injector']->addBinder('Jonah_Driver', new Jonah_Injector_Binder_Driver());
-
- $GLOBALS['jonah_driver'] = Jonah_Driver::factory();
}
/**