Home Login

Issue:Unlisted posts seem to show

Priority 1 Created 2023-02-25 Resolved 2023-02-25


apparently this code let's unlisted posts through
if (!@$post['visibiliy'] != 'public' ) continue; // private

2023-02-25 typo! fixed.