diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2016-03-02 16:35:18 +0100 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2016-12-03 14:23:34 +0100 |
| commit | 64f0d74489515ad76d0caf6cfdf100ef92e16328 (patch) | |
| tree | a4c94ae6d9e0c05c0e92a5750959bd926081e48b /phpBB/phpbb/install/module/update_database/task/update.php | |
| parent | f604e1ab5d5d780ff4bed1e39fa83cc264a8af71 (diff) | |
| download | forums-64f0d74489515ad76d0caf6cfdf100ef92e16328.tar forums-64f0d74489515ad76d0caf6cfdf100ef92e16328.tar.gz forums-64f0d74489515ad76d0caf6cfdf100ef92e16328.tar.bz2 forums-64f0d74489515ad76d0caf6cfdf100ef92e16328.tar.xz forums-64f0d74489515ad76d0caf6cfdf100ef92e16328.zip | |
[ticket/14492] Properly retrieve version updating from
PHPBB3-14492
Diffstat (limited to 'phpBB/phpbb/install/module/update_database/task/update.php')
| -rw-r--r-- | phpBB/phpbb/install/module/update_database/task/update.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/phpbb/install/module/update_database/task/update.php b/phpBB/phpbb/install/module/update_database/task/update.php index 9d7ba2f919..fb9eb44e6a 100644 --- a/phpBB/phpbb/install/module/update_database/task/update.php +++ b/phpBB/phpbb/install/module/update_database/task/update.php @@ -211,8 +211,6 @@ class update extends task_base $this->iohandler->add_success_message('INLINE_UPDATE_SUCCESSFUL'); - $this->config->delete('version_update_from'); - $this->cache->purge(); $this->config->increment('assets_version', 1); |
