From cbb2f067e64d09d3d1443d9c2b17266fa56b2e99 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 8 Mar 2022 22:30:01 +0100 Subject: accesslist-duplicates: use global $Read --- accesslist-duplicates.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'accesslist-duplicates.template') 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 "" ]; -- cgit v1.2.3-54-g00ecf