From 16ac2a7f291a1eb27cebe94f7aeef71e44e3d841 Mon Sep 17 00:00:00 2001 From: ura soul Date: Thu, 16 Jan 2014 00:41:41 +0000 Subject: [PATCH] v 0.1.5 - fixed public access glitch --- lib/interconnected.php | 6 +++--- manifest.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/interconnected.php b/lib/interconnected.php index 8634687..6a9dc75 100644 --- a/lib/interconnected.php +++ b/lib/interconnected.php @@ -1,10 +1,10 @@ access_id; $access_id_string = get_readable_access_level($access_id); - if ($access_id_string != 'public') + if (($access_id_string != 'Public')&&($access_id_string != 'public')) { $content['access_denied'] = TRUE; } diff --git a/manifest.xml b/manifest.xml index 322569e..ffc3510 100644 --- a/manifest.xml +++ b/manifest.xml @@ -2,7 +2,7 @@ interconnected ura soul - 0.1.4 + 0.1.5 for social sharing and seo without bloatage https://www.infiniteeureka.com GNU Public License version 2