fe5e02ac by yangjianbin

init

1 parent 937fdcbf
...@@ -309,7 +309,7 @@ class Perm extends CI_Controller { ...@@ -309,7 +309,7 @@ class Perm extends CI_Controller {
309 309
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 $v['checked'] = true; 313 $v['checked'] = true;
314 break; 314 break;
315 } 315 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!