aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/posting.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/posting.php')
-rw-r--r--phpBB/posting.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php
index d1e6684152..34a46a05aa 100644
--- a/phpBB/posting.php
+++ b/phpBB/posting.php
@@ -750,7 +750,7 @@ if ($submit || $preview || $refresh)
$vc_response = $captcha->validate();
if ($vc_response)
{
- $error += $vc_response;
+ $error[] = $vc_response;
}
else
{