mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
isAccessible() 개선
This commit is contained in:
parent
be3e3cd4cb
commit
6bc8376435
2 changed files with 70 additions and 62 deletions
|
|
@ -373,8 +373,7 @@ class document extends ModuleObject
|
|||
*/
|
||||
function getConfigStatus($key)
|
||||
{
|
||||
if(array_key_exists(strtolower($key), $this->statusList)) return $this->statusList[$key];
|
||||
else $this->getDefaultStatus();
|
||||
return $this->statusList[$key];
|
||||
}
|
||||
}
|
||||
/* End of file document.class.php */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue