mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-19 16:02:15 +00:00
Fixed Error Handling in AuthLib
This commit is contained in:
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user