This commit is contained in:
sbyrd 2020-12-18 22:18:56 -05:00
parent 2d394931fa
commit a74d7eb404
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ class image extends objectStructs
if ($RoleRow === $Role) if ($RoleRow === $Role)
{ {
$this->Log(__FUNCTION__ . "--Image has role (found as role value and not key): $Role"); $this->Log(__FUNCTION__ . "--Image has role (found as role value and not key): $Role");
return true;
} }
} }
} }