summaryrefslogtreecommitdiff
path: root/framework/Exceptions
diff options
context:
space:
mode:
authorxue <>2007-09-27 02:30:10 +0000
committerxue <>2007-09-27 02:30:10 +0000
commit0094ffe75fcea9fde0effe1e7de48465cb3c9760 (patch)
tree6715d82af0fd9d643c126acbfac58da1560a7ca0 /framework/Exceptions
parent1e3ebd85b14211ba6d6aeffdcad4eecc44dc6c2d (diff)
Fixed #709.
Diffstat (limited to 'framework/Exceptions')
-rw-r--r--framework/Exceptions/messages/messages.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/framework/Exceptions/messages/messages.txt b/framework/Exceptions/messages/messages.txt
index 086bdb06..4429cfd7 100644
--- a/framework/Exceptions/messages/messages.txt
+++ b/framework/Exceptions/messages/messages.txt
@@ -451,4 +451,6 @@ cachepagestatepersister_cache_required = TCachePageStatePersister requires a ca
cachepagestatepersister_timeout_invalid = TCachePageStatePersister.Timeout must be an integer no less than zero.
cachepagestatepersister_pagestate_corrupted = Page state is corrupted.
-conditional_condition_invalid = TConditional.Condition '{0}' is not a valid PHP expression: {1} \ No newline at end of file
+conditional_condition_invalid = TConditional.Condition '{0}' is not a valid PHP expression: {1}
+
+db_cachetable_inexistent = TDbCache cannot find DB table '{0}' to store cached data. \ No newline at end of file