projects
/
phpfspot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37d9c8b
)
error logging to file fails because of typo, fixes #80
author
Andreas Unterkircher
<unki@netshadow.at>
Sat, 4 Oct 2008 07:07:59 +0000
(09:07 +0200)
committer
Andreas Unterkircher
<unki@netshadow.at>
Sat, 4 Oct 2008 07:07:59 +0000
(09:07 +0200)
Signed-off-by: William Juul <william@juul.no>
phpfspot.class.php
patch
|
blob
|
history
diff --git
a/phpfspot.class.php
b/phpfspot.class.php
index 92c0fd2e69da2efa3c1d5a86a82f087f346d43dd..18c1c52c3526413d029857ca263de624b576cd4c 100644
(file)
--- a/
phpfspot.class.php
+++ b/
phpfspot.class.php
@@
-2579,7
+2579,7
@@
class PHPFSPOT {
error_log($text);
break;
case 'logfile':
- error_log($text, 3, $his->cfg->log_file);
+ error_log($text, 3, $
t
his->cfg->log_file);
break;
}