Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Correct typo in AbstractLogDriver
Browse files Browse the repository at this point in the history
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@fiducial.net>
  • Loading branch information
Etienne CHAMPETIER committed Dec 2, 2013
1 parent f3f4d0a commit 05e6540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/plugins/core.log/class.AbstractLogDriver.php
Expand Up @@ -62,7 +62,7 @@ abstract class AbstractLogDriver extends AJXP_Plugin
public function write2($level, $ip, $user, $source, $prefix, $message)
{
//for backward compatibility
$this->write($source."\t".$prefix."\t".$res, $level);
$this->write($source."\t".$prefix."\t".$message, $level);
}

/**
Expand Down

0 comments on commit 05e6540

Please sign in to comment.