[Vtigercrm-developers] Error in log4php/LoggerBasicConfiguration.php
Joe Bordes
joe at tsolucio.com
Fri Sep 8 08:41:18 PDT 2006
Hi all,
I tried (very little) to add this bug to trac but couldn't see how. I'll
try with more time and patience later.
On line 62 of the log4php/LoggerBasicConfiguration.php script there is a
syntax error with two parenthesis:
$root->addAppender($appender));
should be:
$root->addAppender($appender);
If anybody with svn write access can fix.
Regards, Joe.
More information about the vtigercrm-developers
mailing list