Commit 63c4a4512109fc41ef14f0cee6a8a4a2dc3b0e8a

Authored by nbm
1 parent 39bdf379

Grab errorMessage from the request parameters.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3210 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 0 deletions
presentation/login.php
@@ -33,6 +33,7 @@ require_once("Html.inc"); @@ -33,6 +33,7 @@ require_once("Html.inc");
33 global $default; 33 global $default;
34 34
35 $redirect = $_REQUEST['redirect']; 35 $redirect = $_REQUEST['redirect'];
  36 +$errorMessage = $_REQUEST['errorMessage'];
36 37
37 if ($_REQUEST['loginAction'] == "loginForm") { 38 if ($_REQUEST['loginAction'] == "loginForm") {
38 // TODO: build login form using PatternMainPage 39 // TODO: build login form using PatternMainPage