fe5e02ac by yangjianbin

init

1 parent 937fdcbf
......@@ -309,7 +309,7 @@ class Perm extends CI_Controller {
foreach ($arr as $k => $v) {
foreach ($arr2 as $k2 => $v2) {
if($v2->checked == true){
if($v2['checked'] == true){
$v['checked'] = true;
break;
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!