| Summary | Portal Block FolderSummary for Dimp not working |
| Queue | IMP |
| Queue Version | Git master |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | jan (at) horde (dot) org |
| Requester | hordetest (at) trash-mail (dot) com |
| Created | 09/22/2010 (5523 days ago) |
| Due | |
| Updated | 09/22/2010 (5523 days ago) |
| Assigned | |
| Resolved | 09/22/2010 (5523 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Resolved
Don't use empty url (
Bug #9269).http://git.horde.org/diff.php/imp/lib/Ui/Block.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=499b9020c4c1e5972f1680fc669b91304bbb2470
this error message.
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Portal Block FolderSummary for Dimp not working
Type ⇒ Bug
State ⇒ Unconfirmed
: Horde::url('.)->setAnchor('folder');
is causing an error
Notice: Uninitialized string offset: 0 in
/horde/framework/Core/lib/Horde.php on line 964
If I change to this
: Horde::url('.')->setAnchor('folder');
everything seems to work fine (I am using horde in webroot)