Update define.sh

This commit is contained in:
Kroese 2024-05-18 02:33:39 +02:00 committed by GitHub
parent d51d0fe1df
commit be377f480a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"