- fixed broken link to diary pages from account.php

3-00
Dries Buytaert 2000-12-16 09:37:02 +00:00
parent 8a67ef2c24
commit f4c42e20bf
1 changed files with 2 additions and 2 deletions

View File

@ -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: