From 00d000f11c86b4837ea66891a9ada48e85bb3748 Mon Sep 17 00:00:00 2001 From: x Date: Tue, 8 Dec 2015 23:25:28 +0800 Subject: [PATCH] V3.0.1 --- QueryList.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/QueryList.class.php b/QueryList.class.php index 3d7484f..d601590 100644 --- a/QueryList.class.php +++ b/QueryList.class.php @@ -7,7 +7,7 @@ * @author Jaeger * @email 734708094@qq.com * @link http://git.oschina.net/jae/QueryList - * @version 3.0 + * @version 3.0.1 * * @example * @@ -101,7 +101,7 @@ class QueryList public static function getInstance() { $args = func_get_args(); - count($args) || $args = array(self::class); + count($args) || $args = array('QueryList'); $key = md5(serialize($args)); $className = array_shift($args); if(!class_exists($className)) {