Updates to invoice display
This commit is contained in:
@@ -18,7 +18,7 @@ class Controller_lnApp_Login extends Controller_TemplateDefault {
|
||||
// If user already signed-in
|
||||
if (Auth::instance()->logged_in()!= 0) {
|
||||
// Redirect to the user account
|
||||
Request::current()->redirect('welcome/index');
|
||||
Request::current()->redirect('user/welcome');
|
||||
}
|
||||
|
||||
// If there is a post and $_POST is not empty
|
||||
@@ -35,7 +35,7 @@ class Controller_lnApp_Login extends Controller_TemplateDefault {
|
||||
Request::current()->redirect($redir);
|
||||
|
||||
} else
|
||||
Request::current()->redirect('welcome/index');
|
||||
Request::current()->redirect('user/welcome');
|
||||
|
||||
} else {
|
||||
SystemMessage::add(array(
|
||||
|
Reference in New Issue
Block a user