mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 11:20:25 +02:00
Issue #1944 (Partial fix) Comments use unique IDs.
This commit is contained in:
@@ -85,7 +85,7 @@ if(e_AJAX_REQUEST) // TODO improve security
|
||||
if(!vartrue($_POST['comment']) && varset($_GET['mode']) == 'submit')
|
||||
{
|
||||
$ret['error'] = true;
|
||||
$ret['msg'] = COMLAN_336;
|
||||
$ret['msg'] = COMLAN_336." - ".implode(" ",$_GET);
|
||||
echo json_encode($ret);
|
||||
exit;
|
||||
}
|
||||
|
Reference in New Issue
Block a user