6.0.0-beta1
7/24/25

[#6437] logMessage issue in lib/Horde/Group.php
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

History
03/12/2008 05:35:56 PM Chuck Hagenbuch Comment #2
Assigned to Chuck Hagenbuch
State ⇒ Resolved
Reply to this comment
Fixed. No guarantee there will be a 3.1.8, though.
03/12/2008 05:30:11 PM matt (at) cpanel (dot) net Comment #1
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ logMessage issue in lib/Horde/Group.php
Queue ⇒ Horde Framework Packages
Milestone ⇒
Patch ⇒ No
Reply to this comment
On line 400 of Group.php:



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);

Saved Queries