From 574b41b38054f46950f695ce02cdbdf2145a0bc6 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Mon, 1 Apr 2013 10:53:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E8=B0=83=E8=AF=95=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Think/Log.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Think/Log.php b/Think/Log.php index 781d04b6..5de3eff3 100644 --- a/Think/Log.php +++ b/Think/Log.php @@ -31,7 +31,7 @@ class Log { } // 调用驱动类的方法 - static public function __callStatic($method, $params){dump($params); + static public function __callStatic($method, $params){ return call_user_func_array(array(self::$handler, $method), $params); }