mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
sprintf
git-svn-id: file:///svn/phpbb/trunk@6805 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -55,7 +55,7 @@ class bbcode_firstpass extends bbcode
|
||||
{
|
||||
if (preg_match($regexp, $this->message))
|
||||
{
|
||||
$this->warn_msg[] = $user->lang['UNAUTHORISED_BBCODE'] . '[' . $bbcode_name . ']';
|
||||
$this->warn_msg[] = sprintf($user->lang['UNAUTHORISED_BBCODE'] , '[' . $bbcode_name . ']');
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user