diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-08-03 21:13:17 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-08-03 21:13:17 -0700 |
commit | 6826b4ad32ce4b2799188f3baf4f99faec03cd0f (patch) | |
tree | 76c1a2eb1b6caa3c242711ac8c884c3328643482 /include/items.php | |
parent | ae15dde8fb657a9fd842600e3932d7f2b410eb70 (diff) | |
download | volse-hubzilla-6826b4ad32ce4b2799188f3baf4f99faec03cd0f.tar.gz volse-hubzilla-6826b4ad32ce4b2799188f3baf4f99faec03cd0f.tar.bz2 volse-hubzilla-6826b4ad32ce4b2799188f3baf4f99faec03cd0f.zip |
these were some really difficult bugs to find
Diffstat (limited to 'include/items.php')
-rwxr-xr-x | include/items.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 = ''; |