some issues with mod_display on very first anonymous page visit (prior to any browser cookies being set)
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user