From 8972df8a98e41a3944081e993fc3cacedebd6ee7 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Thu, 10 Dec 2015 20:06:28 +0800 Subject: [PATCH] =?UTF-8?q?trace=E6=96=B9=E6=B3=95=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base.php b/base.php index 2748993e..e60d05b2 100644 --- a/base.php +++ b/base.php @@ -315,5 +315,5 @@ function S($name, $value = '', $options = null) */ function trace($log,$level='log',$css='') { - return think\Slog::record($level,$log,$css); + think\Slog::record($level,$log,$css); } \ No newline at end of file