summaryrefslogtreecommitdiff
path: root/framework/Data/TSqliteCache.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Data/TSqliteCache.php')
-rw-r--r--framework/Data/TSqliteCache.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/Data/TSqliteCache.php b/framework/Data/TSqliteCache.php
index 07cd91e0..6d9a44c5 100644
--- a/framework/Data/TSqliteCache.php
+++ b/framework/Data/TSqliteCache.php
@@ -100,7 +100,6 @@ class TSqliteCache extends TModule implements ICache
public function __destruct()
{
$this->_db=null;
- parent::__destruct();
}
/**