This commit is contained in:
2020-12-18 22:18:56 -05:00
parent 2d394931fa
commit a74d7eb404

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;
} }
} }
} }