diff options
author | Nathan Gass | 2015-03-31 11:20:27 +0200 |
---|---|---|
committer | Nathan Gass | 2015-03-31 11:20:27 +0200 |
commit | 012daad10e6e533ed780b838b206271cae1dcc55 (patch) | |
tree | abd242ff9caadb1bba7fde2fdab6d0ad4e9ede75 /it.class | |
parent | 3a9e733fc624f8b36b157d91b6e501751fada165 (diff) | |
download | itools-012daad10e6e533ed780b838b206271cae1dcc55.tar.gz itools-012daad10e6e533ed780b838b206271cae1dcc55.tar.bz2 itools-012daad10e6e533ed780b838b206271cae1dcc55.zip |
return log line to caller
Diffstat (limited to 'it.class')
-rw-r--r-- | it.class | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -94,6 +94,8 @@ static function log($name /* ... */) file_put_contents($fullfn, $line, FILE_APPEND); } + + return $line; } |