Skip to content

Commit

Permalink
fix #6, update log name file.
Browse files Browse the repository at this point in the history
  • Loading branch information
emalherbi committed Apr 24, 2018
1 parent c7be6c4 commit c701b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MyMssql.php
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ private function logger($str, $err = '')
$log .= "[ERROR] > $err \n\n";
}

$file = fopen($this->DL.$this->DS."logger-$date.txt", 'a+b');
$file = fopen($this->DL.$this->DS."log-$date.txt", 'a+b');
fwrite($file, $log);
fclose($file);
}
Expand Down

0 comments on commit c701b61

Please sign in to comment.