diff options
-rw-r--r-- | account.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/account.php b/account.php index fd755d59c..e1df7c2c6 100644 --- a/account.php +++ b/account.php @@ -528,7 +528,7 @@ switch ($op) { account_user($user->userid); break; case "diary": - header("Location: diary.php?op=view&name=$user->userid"); + header("Location: module.php?mod=diary&op=view&name=$user->userid"); break; default: account_user($name); @@ -555,7 +555,7 @@ switch ($op) { account_page_edit(); break; default: - header("Location: diary.php?op=add&name=$user->userid"); + header("Location: module.php?mod=diary&op=add&name=$user->userid"); } break; default: |