init
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -81,7 +81,7 @@ class Perm extends CI_Controller { | ... | @@ -81,7 +81,7 @@ class Perm extends CI_Controller { |
| 81 | if (!$vv->children || empty($vv->children)) { | 81 | if (!$vv->children || empty($vv->children)) { |
| 82 | continue; | 82 | continue; |
| 83 | } | 83 | } |
| 84 | foreach ($v->children as $kkk => $vvv) { | 84 | foreach ($vv->children as $kkk => $vvv) { |
| 85 | $item3 = array(); | 85 | $item3 = array(); |
| 86 | $item3['id'] = $vvv->id; | 86 | $item3['id'] = $vvv->id; |
| 87 | $item3['name'] = $vvv->name; | 87 | $item3['name'] = $vvv->name; | ... | ... |
-
Please register or sign in to post a comment