mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
Fix calling nonexistent method getDefaultStatus() of DocumentItem
This commit is contained in:
parent
9d17528db6
commit
ba2d4f1bc3
1 changed files with 1 additions and 1 deletions
|
|
@ -1145,7 +1145,7 @@ class documentItem extends Object
|
|||
|
||||
function getStatus()
|
||||
{
|
||||
if(!$this->get('status')) return $this->getDefaultStatus();
|
||||
if(!$this->get('status')) return getClass('document')->getDefaultStatus();
|
||||
return $this->get('status');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue