Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/libs/Zend
diff options
context:
space:
mode:
authorrobocoder <anthon.pang@gmail.com>2011-07-01 20:47:14 +0400
committerrobocoder <anthon.pang@gmail.com>2011-07-01 20:47:14 +0400
commit0f0aced9835cd40eea6c240a2da6cf4d68ac466f (patch)
tree29d514cc455082665af58ef684d63936205ee68c /libs/Zend
parentc185be5a70f37b5b0af1ee96ff3adf8f580d9a24 (diff)
refs #2491 - see ZF-11521
git-svn-id: http://dev.piwik.org/svn/trunk@4958 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'libs/Zend')
-rw-r--r--libs/Zend/Db/Table/Abstract.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/Zend/Db/Table/Abstract.php b/libs/Zend/Db/Table/Abstract.php
index 91fb8311c5..f3f6c452af 100644
--- a/libs/Zend/Db/Table/Abstract.php
+++ b/libs/Zend/Db/Table/Abstract.php
@@ -267,6 +267,8 @@ abstract class Zend_Db_Table_Abstract
$this->_setup();
$this->init();
+
+ $this->_metadata = array();
}
/**