mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
N°5784 - Fix ormPassword::IsEmpty() using the wrong class property
This commit is contained in:
@@ -66,7 +66,7 @@ class ormPassword
|
||||
|
||||
public function IsEmpty()
|
||||
{
|
||||
return ($this->m_hashed == null);
|
||||
return ($this->m_sHashed == null);
|
||||
}
|
||||
|
||||
public function GetHash()
|
||||
|
||||
Reference in New Issue
Block a user