mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Update some commonly used methods to use ModuleModel::getMidByModuleSrl()
This commit is contained in:
parent
7d6e30f936
commit
01424ddd2d
3 changed files with 7 additions and 12 deletions
|
|
@ -522,7 +522,7 @@ class commentItem extends BaseObject
|
|||
|
||||
function getPermanentUrl()
|
||||
{
|
||||
$mid = ModuleModel::getModuleInfoByModuleSrl($this->get('module_srl'))->mid;
|
||||
$mid = ModuleModel::getMidByModuleSrl($this->get('module_srl'));
|
||||
return getFullUrl('', 'mid', $mid, 'document_srl', $this->get('document_srl')) . '#comment_' . $this->get('comment_srl');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue