mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-26 13:52:24 +09:00
플래닛의 권한 관리 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4891 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
36d8d97ad9
commit
dee1a23dc1
4 changed files with 14 additions and 2 deletions
|
|
@ -64,7 +64,7 @@
|
|||
$config->use_signup = Context::get('use_signup');
|
||||
if($config->use_signup != 'Y') $config->use_signup = 'N';
|
||||
|
||||
$grant_list = array('access','create','manager');
|
||||
$grant_list = array('access','create','manager','write_document');
|
||||
foreach($grant_list as $key) {
|
||||
$tmp = trim(Context::get($key));
|
||||
if(!$tmp) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue