This commit is contained in:
xiaomlove
2025-09-23 17:12:20 +07:00
parent c1845f276b
commit 30e5e305bb
3 changed files with 4 additions and 4 deletions

View File

@@ -289,8 +289,8 @@ stdfoot();
}
if ($action == "moveordel")
{
$pm_id = (int) $_POST['id'] ?? 0;
$pm_box = (int) $_POST['box'];
$pm_id = intval($_POST['id'] ?? 0);
$pm_box = intval($_POST['box'] ?? 0);
$pm_messages = $_POST['messages'];
if ($_POST['markread'])
{