summaryrefslogtreecommitdiff
path: root/framework/Caching
diff options
context:
space:
mode:
authorxue <>2008-01-10 04:59:06 +0000
committerxue <>2008-01-10 04:59:06 +0000
commitd2e5d2ff88b29ef966b8e27299c1e30ba48eb623 (patch)
tree3e63befe9a6e4c5002e193c44597b293f46808c4 /framework/Caching
parent3819e887d9f485ac0917a9d415961e147581c280 (diff)
fixed a typo.
Diffstat (limited to 'framework/Caching')
-rw-r--r--framework/Caching/TCache.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Caching/TCache.php b/framework/Caching/TCache.php
index 5d0b11a6..e528e5ab 100644
--- a/framework/Caching/TCache.php
+++ b/framework/Caching/TCache.php
@@ -592,7 +592,7 @@ class TGlobalStateCacheDependency extends TCacheDependency
*/
public function getHasChanged()
{
- return $this->_stateValue!==Prado::getApplication()->getGlobalState($value);
+ return $this->_stateValue!==Prado::getApplication()->getGlobalState($this->_stateName);
}
}