Bug #80

error logging to file fails

Added by Andreas Unterkircher 1219 days ago. Updated 1218 days ago.

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 <>

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
Added by Andreas Unterkircher 1219 days ago

error logging to file fails because of typo, fixes #80

Signed-off-by: William Juul <>

History

Updated by Andreas Unterkircher 1218 days ago

  • Status changed from Assigned to Resolved
  • % Done changed from 0 to 100

Updated by Andreas Unterkircher 1218 days ago

  • Status changed from Resolved to Closed

Also available in: Atom PDF