minor formating issue

This commit is contained in:
Uwe Steinmann 2025-12-10 07:42:54 +01:00
parent ebbe0b50a7
commit f78460f815

View File

@ -124,7 +124,7 @@ runValidation();
}
} else {
if (!$enableselfrevapp && $usr->getID()==$user->getID()) continue;
if(!$enablehiddenrevapp && $usr->isHidden()) continue;
if (!$enablehiddenrevapp && $usr->isHidden()) continue;
$options[] = array($usr->getID(), htmlspecialchars($usr->getLogin() . " - ". $usr->getFullName()));
}
}