mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/11424] Add space between control flow keywords and parenthesis
PHPBB3-11424
This commit is contained in:
@@ -226,9 +226,9 @@ class mcp_main
|
||||
break;
|
||||
|
||||
default:
|
||||
if($quickmod)
|
||||
if ($quickmod)
|
||||
{
|
||||
switch($action)
|
||||
switch ($action)
|
||||
{
|
||||
case 'lock':
|
||||
case 'unlock':
|
||||
|
Reference in New Issue
Block a user