Summary | Undefined index: assistantPhone |
Queue | Turba |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | rsalmon (at) mbpgroup (dot) com |
Created | 08/22/2011 (5063 days ago) |
Due | |
Updated | 08/22/2011 (5063 days ago) |
Assigned | |
Resolved | 08/22/2011 (5063 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
Fix attribute name (
Bug #10449).3 files changed, 5 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/5a902a8c1e8fee113725ca534f786676b6673366
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Turba
Summary ⇒ Undefined index: assistantPhone
Type ⇒ Bug
State ⇒ Unconfirmed
25857 on line 109 of "/var/www/html/hordetest/turba/lib/Api.php"]
HORDE [turba] PHP ERROR: Undefined index: assistantPhone [pid 25857 on
line 110 of "/var/www/html/hordetest/turba/lib/Api.php"]
possible fix, add the following code to turba/config/attributes.php
$attributes['assistantPhone'] = array(
'label' => _("Assistant Phone"),
'type' => 'phone',
'required' => false
);