mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Improve consultation detection in SEO
This commit is contained in:
parent
726709f2fc
commit
05fed158d0
1 changed files with 1 additions and 1 deletions
|
|
@ -416,7 +416,7 @@ class HTMLDisplayHandler
|
|||
}
|
||||
if ($document_srl && $permitted)
|
||||
{
|
||||
if (isset($grant->consultation_read) && !$grant->consultation_read)
|
||||
if (isset($grant->consultation_read) && !$grant->consultation_read && $current_module_info->consultation === 'Y')
|
||||
{
|
||||
$permitted = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue