diff options
author | xue <> | 2006-03-31 22:52:19 +0000 |
---|---|---|
committer | xue <> | 2006-03-31 22:52:19 +0000 |
commit | 0090de89b8b23069c1dd71801389dfa063e610b4 (patch) | |
tree | 104d543ad13dd834e322709a09c7f5027520611c /framework/Caching/TAPCCache.php | |
parent | 2658b6a09c9071e524867e13da8c5ec34541cd2d (diff) |
Fixed a few errors caused by incorrect path to cache classes.
Diffstat (limited to 'framework/Caching/TAPCCache.php')
-rw-r--r-- | framework/Caching/TAPCCache.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Caching/TAPCCache.php b/framework/Caching/TAPCCache.php index da493f63..0ed1d433 100644 --- a/framework/Caching/TAPCCache.php +++ b/framework/Caching/TAPCCache.php @@ -35,7 +35,7 @@ * cache module. It can be accessed via {@link TApplication::getCache()}.
*
* TAPCCache may be configured in application configuration file as follows
- * <module id="cache" class="System.Data.TAPCCache" />
+ * <module id="cache" class="System.Caching.TAPCCache" />
*
* @author Alban Hanry <compte_messagerie@hotmail.com>
* @version $Revision: $ $Date: $
|