From 7f6557b3f2d246edfd6ffdec2ed5f4aea12e237f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BA=A6=E5=BD=93=E8=8B=97=E5=84=BF?= Date: Mon, 15 Apr 2013 17:45:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3vendor=E5=87=BD=E6=95=B0?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E6=8B=BC=E5=86=99=E9=94=99=E8=AF=AF?= 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 300932bd..405e1432 100644 --- a/base.php +++ b/base.php @@ -136,7 +136,7 @@ function import($class, $baseUrl = '', $ext= EXT ) { function vendor($class, $baseUrl = '', $ext=EXT) { if (empty($baseUrl)) $baseUrl = VENDOR_PATH; - return Think\Loder::import($class, $baseUrl, $ext); + return Think\Loader::import($class, $baseUrl, $ext); } /**