Summary | function hmac() $rawOutput: undefined variable |
Queue | Horde Framework Packages |
Queue Version | FRAMEWORK_3 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | chuck (at) horde (dot) org |
Requester | sirdiddy23 (at) googlemail (dot) com |
Created | 10/30/2008 (6069 days ago) |
Due | |
Updated | 06/26/2011 (5100 days ago) |
Assigned | |
Resolved | 10/30/2008 (6069 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Testing issue 7608 also hits some problems with recurrence exception handling.
Why does this call back to the driver in Event.php?
1 files changed, 32 insertions(+), 14 deletions(-)
http://git.horde.org/horde-git/-/commit/acbf6961e5491aa2f01084bbaf09b37192e8c9da
Assigned to Chuck Hagenbuch
State ⇒ Resolved
Priority ⇒ 2. Medium
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ function hmac() $rawOutput: undefined variable
Type ⇒ Bug
State ⇒ Unconfirmed
shouldn't it be "if ($raw_output)" instead of "if ($rawOutput)", since
the parameter of the funtion hmac() is $raw_output?