From 0892a0a4817730006566045866503ed4520a14b9 Mon Sep 17 00:00:00 2001 From: Justin Carter Date: Fri, 12 Feb 2016 10:04:06 +1100 Subject: [PATCH] FC-3063 check objectid is a valid UUID in findType() --- packages/coapi/coapiUtilities.cfc | 40 ++++++++++++++++--------------- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/packages/coapi/coapiUtilities.cfc b/packages/coapi/coapiUtilities.cfc index 37c84feac..d0b513767 100644 --- a/packages/coapi/coapiUtilities.cfc +++ b/packages/coapi/coapiUtilities.cfc @@ -168,27 +168,29 @@ - - - select typename from #arguments.dbowner#refObjects - where objectID = - - - - - - - - + + + + select typename from #arguments.dbowner#refObjects + where objectID = + + + + + + + + + + + + + - - - - - +