Summary | logMessage issue in lib/Horde/Group.php |
Queue | Horde Framework Packages |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | chuck (at) horde (dot) org |
Requester | matt (at) cpanel (dot) net |
Created | 03/12/2008 (6343 days ago) |
Due | |
Updated | 03/12/2008 (6343 days ago) |
Assigned | |
Resolved | 03/12/2008 (6343 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Chuck Hagenbuch
State ⇒ Resolved
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ logMessage issue in lib/Horde/Group.php
Queue ⇒ Horde Framework Packages
Milestone ⇒
Patch ⇒ No
Horde::logMessage($groups, __FILE__, __LINE__, PEAR_LOG_ERROR);
Is called, this is incorrect as per:
http://pear.php.net/package/Log/docs/1.10.0/Log/_Log-1.10.0---Log.php.html
this line should be:
Horde::logMessage($groups, __FILE__, __LINE__, PEAR_LOG_ERR);