summaryrefslogtreecommitdiff
path: root/framework/Web/UI/TCachePageStatePersister.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Web/UI/TCachePageStatePersister.php')
-rw-r--r--framework/Web/UI/TCachePageStatePersister.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/UI/TCachePageStatePersister.php b/framework/Web/UI/TCachePageStatePersister.php
index 742bd687..a9637e87 100644
--- a/framework/Web/UI/TCachePageStatePersister.php
+++ b/framework/Web/UI/TCachePageStatePersister.php
@@ -111,7 +111,7 @@ class TCachePageStatePersister extends TComponent implements IPageStatePersister
$cache=Prado::getApplication()->getCache();
if($cache===null || !($cache instanceof ICache))
{
- if($this->_cacheModule!=='')
+ if($this->_cacheModuleID!=='')
throw new TConfigurationException('cachepagestatepersister_cachemoduleid_invalid',$this->_cacheModuleID);
else
throw new TConfigurationException('cachepagestatepersister_cache_required');