mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-20 23:51:28 +01:00
[ticket/15622] Correct code style
PHPBB3-15622
This commit is contained in:
parent
ce2196517b
commit
521aec5923
@ -1778,7 +1778,7 @@ function format_quote($bbcode_status, $quote_attributes, $text_formatter_utils,
|
||||
$quote_attributes
|
||||
);
|
||||
|
||||
if($message_link)
|
||||
if ($message_link)
|
||||
{
|
||||
$message_parser->message = $message_link . $quote_text . "\n\n";
|
||||
}
|
||||
@ -1804,7 +1804,7 @@ function format_quote($bbcode_status, $quote_attributes, $text_formatter_utils,
|
||||
|
||||
$message_parser->message = $quote_attributes['author'] . " " . $user->lang['WROTE'] . ":\n" . $message . "\n";
|
||||
|
||||
if($message_link)
|
||||
if ($message_link)
|
||||
{
|
||||
$message_parser->message = $message_link . $message_parser->message;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user