From 07dce9438f0165c452c1cd3dc30b26d3ca562019 Mon Sep 17 00:00:00 2001 From: bell07 Date: Tue, 3 Mar 2020 16:06:59 +0100 Subject: [PATCH] Fix for #19 --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 2f318c9..95fc5f4 100644 --- a/init.lua +++ b/init.lua @@ -25,7 +25,7 @@ end local smartfs = dofile(qa_block.modpath.."/smartfs.lua") qa_block.smartfs = smartfs dofile(qa_block.modpath.."/smartfs_forms.lua") -smartfs_enabled = true +local smartfs_enabled = true ----------------------------------------------- -- QA-Block functionality - list checks