init
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -310,6 +310,7 @@ class Perm extends CI_Controller { | ... | @@ -310,6 +310,7 @@ class Perm extends CI_Controller { |
| 310 | foreach ($arr as $k => $v) { | 310 | foreach ($arr as $k => $v) { |
| 311 | foreach ($arr2 as $k2 => $v2) { | 311 | foreach ($arr2 as $k2 => $v2) { |
| 312 | if($v2['checked'] == true){ | 312 | if($v2['checked'] == true){ |
| 313 | $arr[$k]['checked'] = true; | ||
| 313 | $v['checked'] = true; | 314 | $v['checked'] = true; |
| 314 | break; | 315 | break; |
| 315 | } | 316 | } | ... | ... |
-
Please register or sign in to post a comment