diff --git a/feedback/form-processing.php b/feedback/form-processing.php index fd9370b..ea17682 100644 --- a/feedback/form-processing.php +++ b/feedback/form-processing.php @@ -289,7 +289,7 @@ function itc_log($message) $output .= $attach . PHP_EOL; } } - $output = '====================='; + $output .= '====================='; error_log($output, 3, 'logs/forms.log'); }