diff options
Diffstat (limited to 'view_diary.php')
| -rw-r--r-- | view_diary.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view_diary.php b/view_diary.php index c46816e..998338d 100644 --- a/view_diary.php +++ b/view_diary.php @@ -26,7 +26,7 @@ if ( isset($_POST['action']) && ($_POST['action'] == "viewDiary") ) { # diaries was to simply stick an option in the "Favorites" menu in the # left sidebar, and that form directs the user here. if ( $_POST['diary'] == "viewAllDiaries" ) { - header("Location: {$config->_rootUri}/list_diaries.php"); + header("Location: {$config->_rootUri}/list_diaries"); exit; } else { $queryString = "diary={$_POST['diary']}&action=viewDiary"; |
