projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
246f1d4
)
$browser is now passed directly
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Sun, 3 Oct 2010 04:10:13 +0000
(
00:10
-0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Sun, 3 Oct 2010 04:12:26 +0000
(
00:12
-0400)
framework/Editor/lib/Horde/Editor.php
patch
|
blob
|
history
diff --git
a/framework/Editor/lib/Horde/Editor.php
b/framework/Editor/lib/Horde/Editor.php
index
a7c7f99
..
d9aea23
100644
(file)
--- a/
framework/Editor/lib/Horde/Editor.php
+++ b/
framework/Editor/lib/Horde/Editor.php
@@
-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())