From a74d7eb4043d32dca80841871a746d55bcf2780f Mon Sep 17 00:00:00 2001 From: sbyrd Date: Fri, 18 Dec 2020 22:18:56 -0500 Subject: [PATCH] roles --- image.php | 1 + 1 file changed, 1 insertion(+) 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; } } }