projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b7205d
)
Fix links to apps with their own full webroot URL.
author
Jan Schneider
<jan@horde.org>
Wed, 3 Nov 2010 15:28:21 +0000
(15:28 +0000)
committer
Jan Schneider
<jan@horde.org>
Wed, 3 Nov 2010 15:28:21 +0000
(15:28 +0000)
framework/Core/lib/Horde/Core/Sidebar.php
patch
|
blob
|
history
diff --git
a/framework/Core/lib/Horde/Core/Sidebar.php
b/framework/Core/lib/Horde/Core/Sidebar.php
index
d624445
..
7f90751
100644
(file)
--- a/
framework/Core/lib/Horde/Core/Sidebar.php
+++ b/
framework/Core/lib/Horde/Core/Sidebar.php
@@
-150,7
+150,7
@@
class Horde_Core_Sidebar
!isset($params['webroot'])) {
$url = null;
} else {
- $url = Horde::url($registry->getInitialPage($app));
+ $url = Horde::url($registry->getInitialPage($app)
, false, array('app' => $app)
);
}
$tree->addNode(