[Tickets #6437] logMessage issue in lib/Horde/Group.php
bugs at horde.org
bugs at horde.org
Wed Mar 12 17:30:11 UTC 2008
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/6437
-----------------------------------------------------------------------
Ticket | 6437
Created By | matt at cpanel.net
Summary | logMessage issue in lib/Horde/Group.php
Queue | Horde Framework Packages
Version | HEAD
Type | Bug
State | Unconfirmed
Priority | 2. Medium
Milestone |
Patch |
Owners |
-----------------------------------------------------------------------
matt at cpanel.net (2008-03-12 13:30) wrote:
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);
More information about the bugs
mailing list