mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/11224] Fix coding style
PHPBB3-11224
This commit is contained in:
parent
b7f54e42b2
commit
7c99e30920
1 changed files with 2 additions and 2 deletions
|
@ -299,7 +299,7 @@ class acm_memory
|
||||||
}
|
}
|
||||||
|
|
||||||
$tables = array();
|
$tables = array();
|
||||||
foreach($regs as $match)
|
foreach ($regs as $match)
|
||||||
{
|
{
|
||||||
if ($match[0][0] == 'F')
|
if ($match[0][0] == 'F')
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue