fix output buffering usage

parent 6535e34a
......@@ -100,7 +100,9 @@ try {
$STH->debugDumpParams();
$query = ob_end_clean();
$query = ob_get_contents();
ob_end_clean();
error_log("query: $query");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment