mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 07:23:13 +00:00
Merge with 3.7
This commit is contained in:
@@ -82,7 +82,7 @@ class connection
|
||||
}
|
||||
$string .= "\nPOST datas :\n ";
|
||||
foreach ($_POST as $key => $value) {
|
||||
$string .= "\t\t" . $key . ' = ' . $value . "\n";
|
||||
$string .= "\t\t" . $key . ' = ' . (is_scalar($value) ? $value : 'non-scalar value') . "\n";
|
||||
}
|
||||
$string .= "\n\n\n\n";
|
||||
|
||||
|
Reference in New Issue
Block a user