diff --git a/src/define.sh b/src/define.sh index 7f360bc..1400f6c 100644 --- a/src/define.sh +++ b/src/define.sh @@ -1142,7 +1142,7 @@ getValue() { local func="getLink$1" if [ "$1" -gt 0 ] && [ "$1" -le "$MIRRORS" ]; then - val=$($func "$id" "$type" "$lang") + val=$($func "$id" "$lang" "$type") fi echo "$val"