mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
misc fix
This commit is contained in:
@@ -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'])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user