isAccessible() 개선

This commit is contained in:
conory 2017-12-12 13:10:15 +09:00
parent be3e3cd4cb
commit 6bc8376435
2 changed files with 70 additions and 62 deletions

View file

@ -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 */