diff options
author | Christian Hesse <mail@eworm.de> | 2022-03-08 22:30:01 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2022-03-08 22:30:01 +0100 |
commit | cbb2f067e64d09d3d1443d9c2b17266fa56b2e99 (patch) | |
tree | ffe5b5c85819c68518f37b34198697659d12bac3 /accesslist-duplicates.template | |
parent | 07cc38e973a6037649083494332fbae1946b48b4 (diff) |
accesslist-duplicates: use global $Read
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 "" ]; |