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
diff options
context:
space:
mode:
authorrobocoder <anthon.pang@gmail.com>2012-03-10 08:00:05 +0400
committerrobocoder <anthon.pang@gmail.com>2012-03-10 08:00:05 +0400
commit61b9dda1b2ea6eadd92f42460106095aabe9b337 (patch)
tree4c47f4f199db1704b498de7aa27c0ebc6bd495c4 /core/Config
parent2cec7bc2c5157eddc96c9ef23b09849a3e1afe47 (diff)
refs #1713 - __set() should set dirty bit
git-svn-id: http://dev.piwik.org/svn/trunk@6029 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'core/Config')
-rw-r--r--core/Config/Compat.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Config/Compat.php b/core/Config/Compat.php
index a37831b6ba..e4de6eadc7 100644
--- a/core/Config/Compat.php
+++ b/core/Config/Compat.php
@@ -63,6 +63,7 @@ class Piwik_Config_Compat_Array
}
$this->data[$name] = $value;
+ $this->setDirtyBit();
}
/**