init
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -122,7 +122,7 @@ class Perm extends CI_Controller { | ... | @@ -122,7 +122,7 @@ class Perm extends CI_Controller { |
| 122 | $item7 = array(); | 122 | $item7 = array(); |
| 123 | $item7['id'] = $v7->id; | 123 | $item7['id'] = $v7->id; |
| 124 | $item7['name'] = $v7->name; | 124 | $item7['name'] = $v7->name; |
| 125 | $item7['pId'] = $v7->id; | 125 | $item7['pId'] = $vvvvvv->id; |
| 126 | $arr[] = $item7; | 126 | $arr[] = $item7; |
| 127 | } | 127 | } |
| 128 | } | 128 | } | ... | ... |
-
Please register or sign in to post a comment