Vergleich newreply.php - 1.6.0 - 1.6.2
Zeile 950 | Zeile 950 |
---|---|
elseif($mybb->input['action'] == "editdraft") |
elseif($mybb->input['action'] == "editdraft") |
$posthash = $post['posthash']; | $posthash = htmlspecialchars_uni($post['posthash']); |
} |
} |
$posthash = $mybb->input['posthash']; | $posthash = htmlspecialchars_uni($mybb->input['posthash']); |
} | } |