mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 23:37:39 +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;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
if($quickmod)
|
if ($quickmod)
|
||||||
{
|
{
|
||||||
switch($action)
|
switch ($action)
|
||||||
{
|
{
|
||||||
case 'lock':
|
case 'lock':
|
||||||
case 'unlock':
|
case 'unlock':
|
||||||
|
Reference in New Issue
Block a user