From 13b1a1322567521e4ba7a51d2f11aa5b4c24a3b6 Mon Sep 17 00:00:00 2001 From: knut <> Date: Thu, 14 Aug 2008 10:16:47 +0000 Subject: fixed #908 --- framework/Caching/TDbCache.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'framework/Caching') diff --git a/framework/Caching/TDbCache.php b/framework/Caching/TDbCache.php index 9c29daa0..2c2c863d 100644 --- a/framework/Caching/TDbCache.php +++ b/framework/Caching/TDbCache.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2008 PradoSoft + * @copyright Copyright © 2005-2008 PradoSoft * @license http://www.pradosoft.com/license/ * @version $Id$ * @package System.Caching @@ -146,7 +146,7 @@ class TDbCache extends TCache $db->createCommand($sql)->execute(); } else - throw TConfigurationException('db_cachetable_inexistent',$this->_cacheTable); + throw new TConfigurationException('db_cachetable_inexistent',$this->_cacheTable); } parent::init($config); @@ -392,4 +392,4 @@ class TDbCache extends TCache } } -?> +?> -- cgit v1.2.3