aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ws_functions.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ws_functions.inc.php b/include/ws_functions.inc.php
index 4cc9fff20..24d8e25ae 100644
--- a/include/ws_functions.inc.php
+++ b/include/ws_functions.inc.php
@@ -580,7 +580,7 @@ SELECT DISTINCT image_id
{
case 'reject':
array_push($infos, l10n('Your comment has NOT been registered because it did not pass the validation rules') );
- return new PwgError(403, implode("\n", $infos) );
+ return new PwgError(403, implode("; ", $infos) );
case 'validate':
case 'moderate':
$ret = array(