projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
306c102
)
Fix variable name.
author
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 13 Sep 2010 04:07:45 +0000
(22:07 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 13 Sep 2010 05:50:29 +0000
(23:50 -0600)
horde/lib/Ajax/Application.php
patch
|
blob
|
history
diff --git
a/horde/lib/Ajax/Application.php
b/horde/lib/Ajax/Application.php
index
7bade2e
..
b6d55f8
100644
(file)
--- a/
horde/lib/Ajax/Application.php
+++ b/
horde/lib/Ajax/Application.php
@@
-21,7
+21,7
@@
class Horde_Ajax_Application extends Horde_Core_Ajax_Application
*/
public function sidebarUpdate()
{
- return $
sidebar
->getInstance('Horde_Core_Sidebar')->getTree()->renderNodeDefinitions();
+ return $
GLOBALS['injector']
->getInstance('Horde_Core_Sidebar')->getTree()->renderNodeDefinitions();
}
}