diff options
Diffstat (limited to 'framework/Exceptions/messages')
-rw-r--r-- | framework/Exceptions/messages/messages.txt | 4 |
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 |