diff options
author | xue <> | 2006-06-30 18:41:56 +0000 |
---|---|---|
committer | xue <> | 2006-06-30 18:41:56 +0000 |
commit | 618293517861b69334cd470068199394120cd20a (patch) | |
tree | 609f97cc4c8f617e29a9e4fed6b8c642ff48ce39 /framework/Caching/TSqliteCache.php | |
parent | 9afa1445890254e867dd172a36f42484aec8916b (diff) |
Merge from 3.0 branch till 1218.
Diffstat (limited to 'framework/Caching/TSqliteCache.php')
-rw-r--r-- | framework/Caching/TSqliteCache.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Caching/TSqliteCache.php b/framework/Caching/TSqliteCache.php index dc4bf13f..b94b39fe 100644 --- a/framework/Caching/TSqliteCache.php +++ b/framework/Caching/TSqliteCache.php @@ -55,7 +55,7 @@ *
* TSqliteCache may be configured in application configuration file as follows
* <code>
- * <module id="cache" type="System.Caching.TSqliteCache" DbFile="Application.Data.site" />
+ * <module id="cache" class="System.Caching.TSqliteCache" DbFile="Application.Data.site" />
* </code>
* where {@link getDbFile DbFile} is a property specifying the location of the
* SQLite DB file (in the namespace format).
|