MantisBT: master bc9b2dea

Author Committer Branch Timestamp Parent
gthomas dhx master 2010-09-21 21:06 master a4349842
Affected Issues  0012373: log_event doesn't log simple string logs
Changeset

Fix 0012373: log_event doesn't log simple strings

$s_msg doesn't get a value if $p_msg is an array. When $s_msg is used
later on in the function it will be undefined, throwing an error.

This is solved by giving $s_msg a value when $p_msg is an array.

Signed-off-by: David Hicks hickseydr@optusnet.com.au

mod - core/logging_api.php Diff File