No need for this global anymore
authorMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 28 Jun 2010 22:34:16 +0000 (18:34 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 28 Jun 2010 22:34:16 +0000 (18:34 -0400)
jonah/lib/Application.php

index ba8a6b8..4e6a2db 100644 (file)
@@ -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();
     }
 
     /**