aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2010-11-15 09:46:28 +0000
committerplegall <plg@piwigo.org>2010-11-15 09:46:28 +0000
commit1859142cc8b0df734320dcb9798896377a5bf35f (patch)
tree22bf79c54d36ca7d065c001c285dfeea357b23e8
parentde6906cd41bef9eeb89152fc50aa6f928ab2eb28 (diff)
bug 2035 fixed: avoid sending multiple line error code in HTTP header. This
was breaking the JSON parsing on pwg.images.addComment response from Piwigo because of an raw HTML warning. git-svn-id: http://piwigo.org/svn/branches/2.1@7781 68402e56-0260-453c-a942-63ccdbb3a9ee
-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 b75fbfc08..1e414b9ce 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(