Summary | setting $conf[menu][links][login]='never' results in Fatal Error |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | michael.menge (at) zdv (dot) uni-tuebingen (dot) de |
Created | 02/11/2010 (5600 days ago) |
Due | |
Updated | 02/11/2010 (5600 days ago) |
Assigned | |
Resolved | 02/11/2010 (5600 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Summary ⇒ setting $conf[menu][links][login]='never' results in Fatal Error
State ⇒ Resolved
Bug #8867: refactor Horde::getServiceLink() for general use, not justmenu-related use
http://git.horde.org/diff.php/ansel/templates/image/upload.inc?rt=horde-git&r1=0926e56fca57b4c76355ca32f0f09cd35fa5f7df&r2=9c7d62d47e1353bcb43899f1c843b619ff4c1d45
http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=9f529bff639f1cafde6bae97fa3d6c7ee0112bce&r2=9c7d62d47e1353bcb43899f1c843b619ff4c1d45
http://git.horde.org/diff.php/framework/Core/lib/Horde/Help.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=9c7d62d47e1353bcb43899f1c843b619ff4c1d45
http://git.horde.org/diff.php/framework/Core/lib/Horde/Menu.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=9c7d62d47e1353bcb43899f1c843b619ff4c1d45
http://git.horde.org/diff.php/horde/services/portal/sidebar.php?rt=horde-git&r1=b23cc31ca5d964fd8f9be807871eb0595aee63d9&r2=9c7d62d47e1353bcb43899f1c843b619ff4c1d45
http://git.horde.org/diff.php/horde/services/problem.php?rt=horde-git&r1=6c80a3d3b53d7dc002d400fbb2dc33c20ca397d0&r2=9c7d62d47e1353bcb43899f1c843b619ff4c1d45
http://git.horde.org/diff.php/imp/templates/index/index-dimp.inc?rt=horde-git&r1=186133d0d53715f239f33bd25a7275cfcb52db8c&r2=9c7d62d47e1353bcb43899f1c843b619ff4c1d45
http://git.horde.org/diff.php/kronolith/templates/calendar_info.php?rt=horde-git&r1=35c09b569468f01cad90767f090d991b604ab2c1&r2=9c7d62d47e1353bcb43899f1c843b619ff4c1d45
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ setting $conf[menu][links][login]='never' results in Fatal Error
Type ⇒ Bug
State ⇒ Unconfirmed
Horde::getServiceLink('login', 'horde') returns false which is not a
Horde_Url; This leads to
PHP Fatal error: Call to a member function add() on a non-object in
/horde/framework/Auth/lib/Horde/Auth.php on line 575,