| Summary | error in /var/www/html/horde-test/libs/Horde/Core/Sidebar.php |
| Queue | Horde Base |
| Queue Version | Git master |
| Type | Bug |
| State | Resolved |
| Priority | 2. Medium |
| Owners | jan (at) horde (dot) org |
| Requester | dan (at) soleks (dot) com |
| Created | 11/2/10 (5638 days ago) |
| Due | |
| Updated | 11/2/10 (5638 days ago) |
| Assigned | |
| Resolved | 11/2/10 (5638 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Resolved
Fix parentheses (
Bug #9356).http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Sidebar.php?rt=horde-git&r1=86cf457beaed347585b357e4ba089c88c11e55a0&r2=9fd9e5ba21cd7cdf526ea95848e6d785d3a76626
Priority ⇒ 2. Medium
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Base
Summary ⇒ error in /var/www/html/horde-test/libs/Horde/Core/Sidebar.php
Type ⇒ Bug
State ⇒ Unconfirmed
37 (in_array($params['status'], array('active',
'sidebar') &&
38 $registry->hasPermission($app, Horde_Perms::SHOW))))
but should be
36 ($params['status'] == 'heading') ||
37 (in_array($params['status'], array('active',
'sidebar')) &&
38 $registry->hasPermission($app, Horde_Perms::SHOW)))