Summary | Error in getParam |
Queue | Vacation |
Queue Version | HEAD |
Type | Bug |
State | Not A Bug |
Priority | 2. Medium |
Owners | |
Requester | ian (at) mrzesty (dot) net |
Created | 01/04/2005 (7511 days ago) |
Due | |
Updated | 01/04/2005 (7511 days ago) |
Assigned | |
Resolved | 01/04/2005 (7511 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Not A Bug
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Error in getParam
Queue ⇒ Vacation
Line 44 should reference _params instead of params according to the
contents of the array:
return isset($this->_params[$realm][$param]) ?
$this->_params[$realm][$param] : null;