| Summary | Logging: Typo in logged variable name |
| Queue | IMP |
| Queue Version | FRAMEWORK_3 |
| Type | Bug |
| State | Not A Bug |
| Priority | 2. Medium |
| Owners | |
| Requester | benjamin.kostner (at) tirol (dot) gv (dot) at |
| Created | 02/03/2009 (6121 days ago) |
| Due | |
| Updated | 02/03/2009 (6121 days ago) |
| Assigned | 02/03/2009 (6121 days ago) |
| Resolved | 02/03/2009 (6121 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Not A Bug
from the branch.
You can also view it here:
http://cvs.horde.org/co.php/imp/lib/Session.php?r=1.179
Line 100
Hope this helps!
State ⇒ Feedback
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Logging: Typo in logged variable name
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
Line 100:
if (is_a($servers, 'PEAR_Error')) {
Horde::logMessage($servrs, __FILE__, __LINE__, PEAR_LOG_ERR);
return false;
}
The logMessage call should log $servers, not $servrs.