mirror of
https://github.com/octoleo/lsyncd.git
synced 2024-12-12 14:17:47 +00:00
typeof -> type
This commit is contained in:
parent
e7b757bbc6
commit
ca3d3eca59
@ -4333,7 +4333,7 @@ end
|
||||
--
|
||||
function settings( a1 )
|
||||
-- if a1 is a string this is a get operation
|
||||
if typeof( a1 ) == 'string' then
|
||||
if type( a1 ) == 'string' then
|
||||
return uSettings[ a1 ]
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user