From f4c42e20bf89ff5692b9e59fc25c7968c3fb1609 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 16 Dec 2000 09:37:02 +0000 Subject: [PATCH] - fixed broken link to diary pages from account.php --- account.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/account.php b/account.php index fd755d59c63..e1df7c2c6c5 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: