Browse Source

deleting a PM should take you to ?/inbox, not ?/

pull/40/head
Savetheinternet 13 years ago
parent
commit
e43d12af5b
  1. 2
      mod.php

2
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");

Loading…
Cancel
Save