Bug #80
error logging to file fails
| Status: | Closed | Start: | 10/04/2008 | |
| Priority: | Normal | Due date: | 10/04/2008 | |
| Assigned to: | Andreas Unterkircher | % Done: | 100% |
|
| Category: | internals | Spent time: | 0.50 hours | |
| Target version: | 1.7 | |||
Description
Signed-off-by: William Juul <william@juul.no>
diff --git a/phpfspot.class.php b/phpfspot.class.php
index 92c0fd2..7006e61 100644
--- a/phpfspot.class.php
+++ b/phpfspot.class.php
@ -2579,7 +2579,7 @ class PHPFSPOT {
error_log($text);
- error_log($text, 3, $his->cfg->log_file);
+ error_log($text, 3, $this->cfg->log_file);
break;
}
break;
case 'logfile':
Associated revisions
Revision 7a065517afecaf0ca45df09c86c1ada201800a25
error logging to file fails because of typo, fixes #80
Signed-off-by: William Juul <william@juul.no>
History
Updated by Andreas Unterkircher 1218 days ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Applied in changeset 7a065517afecaf0ca45df09c86c1ada201800a25.
Updated by Andreas Unterkircher 1218 days ago
- Status changed from Resolved to Closed