From 63c4a4512109fc41ef14f0cee6a8a4a2dc3b0e8a Mon Sep 17 00:00:00 2001 From: nbm Date: Thu, 27 Jan 2005 09:19:42 +0000 Subject: [PATCH] Grab errorMessage from the request parameters. --- presentation/login.php | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/presentation/login.php b/presentation/login.php index 8fe1878..3bea238 100644 --- a/presentation/login.php +++ b/presentation/login.php @@ -33,6 +33,7 @@ require_once("Html.inc"); global $default; $redirect = $_REQUEST['redirect']; +$errorMessage = $_REQUEST['errorMessage']; if ($_REQUEST['loginAction'] == "loginForm") { // TODO: build login form using PatternMainPage -- libgit2 0.21.4