diff --git a/image.php b/image.php index c15f761..71c7710 100644 --- a/image.php +++ b/image.php @@ -94,6 +94,7 @@ class image extends objectStructs if ($RoleRow === $Role) { $this->Log(__FUNCTION__ . "--Image has role (found as role value and not key): $Role"); + return true; } } }