mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
fix issues + tag sort
This commit is contained in:
+1
-1
@@ -289,7 +289,7 @@ stdfoot();
|
||||
}
|
||||
if ($action == "moveordel")
|
||||
{
|
||||
$pm_id = (int) $_POST['id'];
|
||||
$pm_id = (int) $_POST['id'] ?? 0;
|
||||
$pm_box = (int) $_POST['box'];
|
||||
$pm_messages = $_POST['messages'];
|
||||
if ($_POST['markread'])
|
||||
|
||||
Reference in New Issue
Block a user