From a87945d1fb8c19496f78f8674c423e02e7d493d0 Mon Sep 17 00:00:00 2001 From: hide_d Date: Mon, 23 Jul 2018 22:54:06 +0900 Subject: [PATCH] =?UTF-8?q?=EC=97=90=EB=9F=AC=20=EB=A1=9C=EA=B7=B8=20?= =?UTF-8?q?=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- f_config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/f_config/config.php b/f_config/config.php index 2bee441d..244b701f 100644 --- a/f_config/config.php +++ b/f_config/config.php @@ -59,7 +59,7 @@ function logError(string $err, string $errstr, array $trace){ $fdb->insert('err_log', [ 'date'=>$date, - 'err'=>getFriendlyErrorType($errno), + 'err'=>$err, 'errstr'=>$errstr, 'trace'=>Json::encode($trace) ]);