6.0.0-alpha14
7/3/25

[#9356] error in /var/www/html/horde-test/libs/Horde/Core/Sidebar.php
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/02/2010 (5357 days ago)
Due
Updated 11/02/2010 (5357 days ago)
Assigned
Resolved 11/02/2010 (5357 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
11/02/2010 06:00:34 PM Jan Schneider Assigned to Jan Schneider
State ⇒ Resolved
 
11/02/2010 12:08:40 AM dan (at) soleks (dot) com Comment #1
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
Reply to this comment
      36                 ($params['status'] == 'heading') ||
      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)))


Saved Queries