From b13cfc4bd443199b1de90633507a3327834ca584 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Feb 21 2011 01:56:24 +0000 Subject: Update identity_renderFormats.sh. --- diff --git a/Scripts/Bash/Functions/Identity/identity_renderFormats.sh b/Scripts/Bash/Functions/Identity/identity_renderFormats.sh index 65a9c30..7712dc9 100644 --- a/Scripts/Bash/Functions/Identity/identity_renderFormats.sh +++ b/Scripts/Bash/Functions/Identity/identity_renderFormats.sh @@ -30,7 +30,7 @@ function identity_renderFormats { # Get image formats. - local FORMATS=$(identity_getConfigOption "$2" '2-') + local FORMATS=$(identity_getConfigOption "$ACTION" '2-') # Check base file existence. if [[ -f ${FILE}.png ]];then