if angepasst

This commit is contained in:
ma0048
2021-12-22 16:32:00 +01:00
parent e0bc6198d0
commit 4d223145d9
@@ -1708,14 +1708,14 @@ class InfoCenter extends Auth_Controller
if (isset($locked->retval[0]->uid))
{
if (!$lockedby = getData($this->PersonModel->getFullName($locked->retval[0]->uid)))
{
show_error('Failed retrieving person');
}
if ($locked->retval[0]->uid !== $this->_uid)
{
$lockedbyother = true;
if (!$lockedby = getData($this->PersonModel->getFullName($locked->retval[0]->uid)))
{
show_error('Failed retrieving person');
}
}
}