[Tickets #9356] error in /var/www/html/horde-test/libs/Horde/Core/Sidebar.php
bugs at horde.org
bugs at horde.org
Tue Nov 2 00:08:40 UTC 2010
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/9356
------------------------------------------------------------------------------
Ticket | 9356
Created By | dan at soleks.com
Summary | error in
| /var/www/html/horde-test/libs/Horde/Core/Sidebar.php
Queue | Horde Base
Version | Git master
Type | Bug
State | Unconfirmed
Priority | 2. Medium
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
dan at soleks.com (2010-11-01 20:08) wrote:
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)))
More information about the bugs
mailing list