6.0.0-beta1
7/29/25

[#1067] Error in getParam
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

History
01/04/2005 06:31:29 PM Chuck Hagenbuch Comment #2
State ⇒ Not A Bug
Reply to this comment
Everything in that file and in the subclasses uses ->params, not ->_params.
01/04/2005 03:45:07 PM ian (at) mrzesty (dot) net Comment #1
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Error in getParam
Queue ⇒ Vacation
Reply to this comment
I found a bug in the vacation/lib/Driver.php file.



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;

Saved Queries