mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 02:51:35 +02:00
Correct an error message in the changed code
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5505 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -394,7 +394,7 @@ function setup_style($style)
|
||||
WHERE user_style = $style";
|
||||
if ( !($result = $db->sql_query($sql)) )
|
||||
{
|
||||
message_die(CRITICAL_ERROR, 'Could not query database for theme info');
|
||||
message_die(CRITICAL_ERROR, 'Could not update user theme info');
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user