mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 14:19:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@5 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3bf018c5fa
commit
299ee5fecb
6 changed files with 108 additions and 53 deletions
|
|
@ -381,7 +381,8 @@
|
|||
|
||||
if(count($grant_list)) {
|
||||
foreach($grant_list as $grant) {
|
||||
$arr_grant[$grant] = explode(',',Context::get($grant));
|
||||
$group_srls = Context::get($grant);
|
||||
if($group_srls) $arr_grant[$grant] = explode(',',Context::get($grant));
|
||||
}
|
||||
$grant = serialize($arr_grant);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue