some issues with mod_display on very first anonymous page visit (prior to any browser cookies being set)

This commit is contained in:
zotlabs
2017-08-30 18:55:56 -07:00
parent be097bf415
commit f436ec6f21
5 changed files with 15 additions and 13 deletions

View File

@@ -324,8 +324,11 @@ class Acl extends \Zotlabs\Web\Controller {
$r = array();
if($r) {
foreach($r as $g){
foreach($r as $g) {
if(($g['network'] === 'rss') && ($type != 'a'))
continue;
$g['hash'] = urlencode($g['hash']);
if(in_array($g['hash'],$permitted) && $type == 'c' && (! $noforums)) {