mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00: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:
parent
5486a0c716
commit
27f2ed076c
1 changed files with 1 additions and 1 deletions
|
@ -394,7 +394,7 @@ function setup_style($style)
|
||||||
WHERE user_style = $style";
|
WHERE user_style = $style";
|
||||||
if ( !($result = $db->sql_query($sql)) )
|
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
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue