Summary | "undefined index: description" in smartmobile view |
Queue | IMP |
Queue Version | 6.1.7 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | Jasper.Olbrich (at) students (dot) uni-marburg (dot) de |
Created | 05/05/2014 (4088 days ago) |
Due | |
Updated | 05/06/2014 (4087 days ago) |
Assigned | 05/06/2014 (4087 days ago) |
Resolved | 05/06/2014 (4087 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
https://github.com/horde/horde/commit/8339d870d0e4fcfbabf27f2cf8a21b3bd34b9a63
Since not a critical issue, no need to backport to 6.1.
State ⇒ Assigned
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ "undefined index: description" in smartmobile view
Type ⇒ Bug
State ⇒ Unconfirmed
[imp] PHP ERROR: Undefined index: description [pid 9222 on line 334 of
"/var/www/horde-5.1.6/imp/lib/Ajax/Application/ShowMessage.php"]
I guess this is because the $contents_mask is initialized to 0 in
smartmobile view (same file, line 257), but the 'description' is
filled only if the SUMMARY_DESCRIP_LINK flag is set.
Should this be fixed? Perhaps by removing 'description' from $part_info?