mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
- some bugfixes
git-svn-id: file:///svn/phpbb/trunk@5255 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -842,7 +842,7 @@ class user extends session
|
||||
);
|
||||
|
||||
$db->sql_query('UPDATE ' . STYLES_CSS_TABLE . ' SET ' . $db->sql_build_array('UPDATE', $sql_ary) . '
|
||||
WHERE theme_id = ' . $style);
|
||||
WHERE theme_id = ' . $this->theme['primary']['theme_id']);
|
||||
|
||||
unset($sql_ary);
|
||||
}
|
||||
|
Reference in New Issue
Block a user