can i do this

This commit is contained in:
Lucas Gravley 2020-07-20 15:15:10 -05:00
parent e2ed325d4e
commit 195f67e165

View file

@ -901,7 +901,7 @@ Footer() {
######################################
# Check if we validated the langauge #
######################################
if [ "${!VALIDATE_LANGUAGE_ARRAY}" -gt 0 ]; then
if [ "${#!VALIDATE_LANGUAGE_ARRAY[@]}" -gt 0 ]; then
CallStatusAPI "$LANGUAGE" "success"
fi
fi