From fa8f09c9aff9cb6a15bb3ff7ed2b92a5bdcd53f8 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Tue, 29 Dec 2015 11:00:35 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=84=E8=8C=83=E5=86=99=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/log.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/think/log.php b/library/think/log.php index 6df9fb95..c4200974 100644 --- a/library/think/log.php +++ b/library/think/log.php @@ -113,7 +113,7 @@ class Log { if (in_array($method, self::$type)) { array_push($args, $method); - return call_user_func_array('\think\Log::record', $args); + return call_user_func_array('\\think\\Log::record', $args); } }