mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 12:14:06 +02:00
changes...
git-svn-id: file:///svn/phpbb/trunk@7842 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user