Merge branch 'rhymix:develop' into develop

This commit is contained in:
Lastorder 2024-07-15 10:27:27 +09:00 committed by GitHub
commit 3d8a8fd836
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -670,6 +670,10 @@ class BoardView extends Board
// List of columns selected by the user
$selectedColumnList = array_keys($this->listConfig);
if ($this->grant->manager)
{
$selectedColumnList[] = 'ipaddress';
}
// Return all columns for some legacy skins
if($this->module_info->skin == 'xe_guestbook' || ($this->module_info->default_style ?? '') == 'blog')