Commit 1c0b3c81f9249fcfd445a4e87dddfee30540d804
1 parent
f7790475
Merged in from DEV trunk...
KTS-3420 "Remove redirect via control on login"?Fixed. Removed the redirect.??Committed by: Megan Watson?Reviewed by: Conrad Vermeulen? git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8591 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
login.php
| @@ -341,7 +341,7 @@ class LoginPageDispatcher extends KTDispatcher { | @@ -341,7 +341,7 @@ class LoginPageDispatcher extends KTDispatcher { | ||
| 341 | $url = $redirect; | 341 | $url = $redirect; |
| 342 | // else redirect to the dashboard if there is none | 342 | // else redirect to the dashboard if there is none |
| 343 | } else { | 343 | } else { |
| 344 | - $url = generateControllerUrl("dashboard"); | 344 | + $url = KTUtil::kt_url().'/dashboard.php'; |
| 345 | } | 345 | } |
| 346 | 346 | ||
| 347 | exit(redirect($url)); | 347 | exit(redirect($url)); |