From a20e8da29824b3bcf59546d34053364fab1597cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Wed, 18 Dec 2019 07:49:49 +0100 Subject: [PATCH] Fixed Error Handling in AuthLib --- application/libraries/AuthLib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/libraries/AuthLib.php b/application/libraries/AuthLib.php index 18b26a03b..b73b2c963 100644 --- a/application/libraries/AuthLib.php +++ b/application/libraries/AuthLib.php @@ -390,7 +390,7 @@ class AuthLib } elseif (isError($hta)) // display error and stop execution { - $this->_showError(getData($hta)); + $this->_showError($hta->retval); } return $hta; // if success then is returned!