projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b73d73b
)
Fix parentheses (Bug #9356).
author
Jan Schneider
<jan@horde.org>
Tue, 2 Nov 2010 16:18:26 +0000
(17:18 +0100)
committer
Jan Schneider
<jan@horde.org>
Tue, 2 Nov 2010 17:18:29 +0000
(18:18 +0100)
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
5681bc7
..
6071ee0
100644
(file)
--- a/
framework/Core/lib/Horde/Core/Sidebar.php
+++ b/
framework/Core/lib/Horde/Core/Sidebar.php
@@
-34,8
+34,8
@@
class Horde_Core_Sidebar
* applications except those marked 'inactive'. */
if ($isAdmin ||
($params['status'] == 'heading') ||
- (in_array($params['status'], array('active', 'sidebar') &&
- $registry->hasPermission($app, Horde_Perms::SHOW)))
)
{
+ (in_array($params['status'], array('active', 'sidebar')
)
&&
+ $registry->hasPermission($app, Horde_Perms::SHOW))) {
$menu[$app] = $params;
if (isset($params['menu_parent'])) {