diff --git a/FallbackImage.cfc b/FallbackImage.cfc index 077a157..59025f5 100755 --- a/FallbackImage.cfc +++ b/FallbackImage.cfc @@ -16,6 +16,14 @@ + + local.source = listToArray(arguments.source,"/"); + if (local.source[1] eq "images") { + arrayDeleteAt(local.source,1); + } + local.source = arrayToList(local.source,"/"); + StructUpdate(arguments, "source", local.source); +