Fixed Error Handling in AuthLib

This commit is contained in:
Andreas Österreicher
2019-12-18 07:49:49 +01:00
parent 218a468587
commit a20e8da298
+1 -1
View File
@@ -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!