diff options
| author | santo spider <spider@santo> | 2014-10-06 12:04:12 -0400 |
|---|---|---|
| committer | santo spider <spider@santo> | 2014-10-06 12:04:12 -0400 |
| commit | 458c4c1cfc3f9258c49936b14c59a449f83f7da6 (patch) | |
| tree | 60743c9dccc6943c4cc95be123f4548617b2bd17 | |
| parent | c838e8f094c406178236b2eb3fd096498290b574 (diff) | |
| download | kernel-458c4c1cfc3f9258c49936b14c59a449f83f7da6.tar.gz kernel-458c4c1cfc3f9258c49936b14c59a449f83f7da6.tar.bz2 kernel-458c4c1cfc3f9258c49936b14c59a449f83f7da6.zip | |
clear BitSystem from cache on storeConfig
| -rw-r--r-- | BitSystem.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BitSystem.php b/BitSystem.php index d1beef5..61840c6 100644 --- a/BitSystem.php +++ b/BitSystem.php @@ -302,6 +302,7 @@ class BitSystem extends BitSingleton { $this->mDb->setCaching( FALSE ); $this->loadConfig(); $this->mDb->setCaching( $isCaching ); + $this->clearFromCache(); } } $this->setConfig( $pName, $pValue ); |
