diff options
Diffstat (limited to 'accesslist-duplicates.template')
-rw-r--r-- | accesslist-duplicates.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accesslist-duplicates.template b/accesslist-duplicates.template index f9f4494..f1862bb 100644 --- a/accesslist-duplicates.template +++ b/accesslist-duplicates.template @@ -13,7 +13,7 @@ :global GlobalFunctionsReady; :while ($GlobalFunctionsReady != true) do={ :delay 500ms; } -:local Read do={ :return; } +:global Read; :local Seen [ :toarray "" ]; :local Shown [ :toarray "" ]; |