From 6826b4ad32ce4b2799188f3baf4f99faec03cd0f Mon Sep 17 00:00:00 2001 From: redmatrix Date: Mon, 3 Aug 2015 21:13:17 -0700 Subject: these were some really difficult bugs to find --- include/items.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/items.php') diff --git a/include/items.php b/include/items.php index c807c1d5d..a14e47e0f 100755 --- a/include/items.php +++ b/include/items.php @@ -161,7 +161,7 @@ function filter_insecure($channel_id, $arr) { $ret = array(); - if((! intval(get_config($channel_id, 'system', 'filter_insecure_collections'))) || (! $arr)) + if((! intval(get_pconfig($channel_id, 'system', 'filter_insecure_collections'))) || (! $arr)) return $arr; $str = ''; -- cgit v1.2.3