From: Michael J. Rubinsky Date: Mon, 28 Jun 2010 22:34:16 +0000 (-0400) Subject: No need for this global anymore X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=5741c100721dce98ca39cb2d37715a61383ff85c;p=horde.git No need for this global anymore --- diff --git a/jonah/lib/Application.php b/jonah/lib/Application.php index ba8a6b896..4e6a2dbc2 100644 --- 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(); } /**