mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Wrong var name for cache
git-svn-id: file:///svn/phpbb/trunk@3370 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
f32f525c30
commit
ba53bd0732
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ while ($row = $db->sql_fetchrow($result))
|
||||||
if (isset($_POST['submit']))
|
if (isset($_POST['submit']))
|
||||||
{
|
{
|
||||||
// Re-cache config data
|
// Re-cache config data
|
||||||
$cache->put('config', $config);
|
$cache->put('config', $new);
|
||||||
|
|
||||||
add_admin_log('log_' . $mode . '_config');
|
add_admin_log('log_' . $mode . '_config');
|
||||||
trigger_error($user->lang['Config_updated']);
|
trigger_error($user->lang['Config_updated']);
|
||||||
|
|
Loading…
Add table
Reference in a new issue