fixes VV not being able to delete vars (#25601)

This commit is contained in:
SonixApache
2020-01-06 23:01:58 +01:00
committed by jknpj
parent 20e46e6aa4
commit 89ef0a9c55

View File

@@ -1168,7 +1168,7 @@ function loadPage(list) {
else else
return FALSE return FALSE
if (!(index in L)) if (index < 1 || index > L.len)
return FALSE return FALSE
log_admin("[key_name(usr)] has deleted the value [L[index]] in the list [L][D ? ", belonging to the datum [D] of type [D.type]." : "."]") log_admin("[key_name(usr)] has deleted the value [L[index]] in the list [L][D ? ", belonging to the datum [D] of type [D.type]." : "."]")