Ignore:
Timestamp:
Jun 14, 2011, 2:14:05 PM (13 years ago)
Author:
plg
Message:

bug 2344 fixed: all "Go to Home" links depends on the user defined "Gallery URL".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/identification.php

    r8728 r11367  
    5959    if ( try_log_user($_POST['username'], $_POST['password'], $remember_me) )
    6060    {
    61       redirect(empty($redirect_to) ? make_index_url() : $redirect_to);
     61      redirect(empty($redirect_to) ? get_gallery_home_url() : $redirect_to);
    6262    }
    6363    else
Note: See TracChangeset for help on using the changeset viewer.