From 931986143f80969065b40416410c0ff64802d2a9 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Tue, 8 Dec 2015 12:52:54 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=B0=E5=BD=95=E6=97=A5=E5=BF=97=E7=9A=84?= =?UTF-8?q?=E6=97=B6=E5=80=99=20=E6=94=AF=E6=8C=81=20=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E5=88=AB=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/org/slog.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/org/slog.php b/library/org/slog.php index 71f02eb2..309091b2 100644 --- a/library/org/slog.php +++ b/library/org/slog.php @@ -269,7 +269,7 @@ class Slog self::$logs[] = [ 'type' => $type, 'msg' => $msg, - 'css' => $css, + 'css' => isset(self::$css[$css]) ? self::$css[$css] : $css, ]; }