these were some really difficult bugs to find

This commit is contained in:
redmatrix
2015-08-03 21:13:17 -07:00
parent ae15dde8fb
commit 6826b4ad32
3 changed files with 3 additions and 4 deletions

View File

@@ -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 = '';