diff --git a/mod.php b/mod.php index 6af3986a..d10575fe 100644 --- a/mod.php +++ b/mod.php @@ -691,7 +691,7 @@ modLog('Deleted a PM'); - header('Location: ?/', true, $config['redirect_http']); + header('Location: ?/inbox', true, $config['redirect_http']); } else { if($pm['unread']) { $query = prepare("UPDATE `pms` SET `unread` = 0 WHERE `id` = :id");