Skip to content
Commit ec994292 authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

luci-base: datatypes.lua: add missing parentheses in conditional



The missing parens lead to a wrong expression precedence, causing a runtime
error when attempting to compare nil with a number.

Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
parent b6c1ac3b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment