diff options
Diffstat (limited to 'plugins/timer/timer_persist.lua')
-rw-r--r-- | plugins/timer/timer_persist.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/timer/timer_persist.lua b/plugins/timer/timer_persist.lua index 5ed33f03eb4..4781c263ba8 100644 --- a/plugins/timer/timer_persist.lua +++ b/plugins/timer/timer_persist.lua @@ -101,7 +101,7 @@ local function check_schema(db) if vals[i] == 'driver' then driver_indexed = true elseif vals[i] == 'softlist' then - softlist_indexed = true + softlist_indexed = true elseif vals[i] == 'software' then software_indexed = true end |