$browser is now passed directly
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 3 Oct 2010 04:10:13 +0000 (00:10 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 3 Oct 2010 04:12:26 +0000 (00:12 -0400)
framework/Editor/lib/Horde/Editor.php

index a7c7f99..d9aea23 100644 (file)
@@ -39,7 +39,7 @@ class Horde_Editor
      */
     public function __construct(Horde_Browser $browser)
     {
-        $this->_browser = $params['browser'];
+        $this->_browser = $browser;
     }
 
     public function initialize(array $params = array())