Fixes to google chart and other minor items

This commit is contained in:
Deon George
2011-10-13 17:53:43 +11:00
parent dce2daddc4
commit f2fed0c54f
7 changed files with 51 additions and 21 deletions

View File

@@ -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('user/welcome');
Request::current()->redirect('user/welcome/index');
}
// 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('user/welcome');
Request::current()->redirect('user/welcome/index');
} else {
SystemMessage::add(array(