From fcda5191191c70b613c50c18016b4d6c597183a8 Mon Sep 17 00:00:00 2001 From: plegall Date: Tue, 14 Jun 2011 12:14:29 +0000 Subject: merge r11367 from branch 2.2 to trunk bug 2344 fixed: all "Go to Home" links depends on the user defined "Gallery URL". git-svn-id: http://piwigo.org/svn/trunk@11368 68402e56-0260-453c-a942-63ccdbb3a9ee --- identification.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'identification.php') diff --git a/identification.php b/identification.php index 00b92603a..92b078458 100644 --- a/identification.php +++ b/identification.php @@ -60,7 +60,7 @@ if (isset($_POST['login'])) $remember_me = isset($_POST['remember_me']) and $_POST['remember_me']==1; if ( try_log_user($_POST['username'], $_POST['password'], $remember_me) ) { - redirect(empty($redirect_to) ? make_index_url() : $redirect_to); + redirect(empty($redirect_to) ? get_gallery_home_url() : $redirect_to); } else { -- cgit v1.2.3