aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/includes/acm/acm_memory.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/acm/acm_memory.php b/phpBB/includes/acm/acm_memory.php
index 3182c5a942..2ed5e9902d 100644
--- a/phpBB/includes/acm/acm_memory.php
+++ b/phpBB/includes/acm/acm_memory.php
@@ -299,7 +299,7 @@ class acm_memory
}
$tables = array();
- foreach($regs as $match)
+ foreach ($regs as $match)
{
if ($match[0][0] == 'F')
{
@@ -448,4 +448,4 @@ class acm_memory
}
}
-?> \ No newline at end of file
+?>