diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2007-07-08 16:39:48 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-07-08 16:39:48 +0000 |
| commit | bb7d2f7aad82d8a369d1fe0f5e32aa528bd4367b (patch) | |
| tree | d1045042f004c0d551658e8192b75965139f3707 /phpBB/install/install_update.php | |
| parent | 7a1b091b0614050eefc7234399b0ec57eef3a8e3 (diff) | |
| download | forums-bb7d2f7aad82d8a369d1fe0f5e32aa528bd4367b.tar forums-bb7d2f7aad82d8a369d1fe0f5e32aa528bd4367b.tar.gz forums-bb7d2f7aad82d8a369d1fe0f5e32aa528bd4367b.tar.bz2 forums-bb7d2f7aad82d8a369d1fe0f5e32aa528bd4367b.tar.xz forums-bb7d2f7aad82d8a369d1fe0f5e32aa528bd4367b.zip | |
changes...
git-svn-id: file:///svn/phpbb/trunk@7842 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/install_update.php')
| -rw-r--r-- | phpBB/install/install_update.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/install/install_update.php b/phpBB/install/install_update.php index e6fdddf0a2..bf1912076f 100644 --- a/phpBB/install/install_update.php +++ b/phpBB/install/install_update.php @@ -462,11 +462,11 @@ class install_update extends module } } - $cache->purge(); - $db->sql_return_on_error(true); $db->sql_query('DELETE FROM ' . CONFIG_TABLE . " WHERE config_name = 'version_update_from'"); $db->sql_return_on_error(false); + + $cache->purge(); } break; |
