Vergleich inc/datahandlers/pm.php - 1.8.17 - 1.8.18
Zeile 735 | Zeile 735 |
---|---|
// If we're saving a copy |
// If we're saving a copy |
if(isset($recipient_list['to']) && count($recipient_list['to']) == 1) | if(isset($recipient_list['to']) && is_array($recipient_list['to']) && count($recipient_list['to']) == 1) |
{ | { |