mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/11424] Add space between control flow keywords and parenthesis
PHPBB3-11424
This commit is contained in:
parent
6f56dc8568
commit
8d6ab63fea
1 changed files with 2 additions and 2 deletions
|
@ -226,9 +226,9 @@ class mcp_main
|
|||
break;
|
||||
|
||||
default:
|
||||
if($quickmod)
|
||||
if ($quickmod)
|
||||
{
|
||||
switch($action)
|
||||
switch ($action)
|
||||
{
|
||||
case 'lock':
|
||||
case 'unlock':
|
||||
|
|
Loading…
Add table
Reference in a new issue