1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/13454] Fix a few issues introduced by overdeleting stuff

PHPBB3-13454
This commit is contained in:
Marc Alexander
2015-12-04 14:03:43 +01:00
parent 266576c6a4
commit 38f3688217
3 changed files with 8 additions and 1 deletions

View File

@@ -281,7 +281,7 @@ class user extends \phpbb\session
// User has wrong style
if (!$this->style && $style_id == $this->data['user_style'])
{
$this->data['user_style'] = $config['default_style'];
$style_id = $this->data['user_style'] = $config['default_style'];
$sql = 'UPDATE ' . USERS_TABLE . "
SET user_style = $style_id