新建项目报错修复
This commit is contained in:
parent
df63d78b0f
commit
18962aec42
@ -210,7 +210,7 @@ class Index extends BaseController
|
|||||||
$section = explode('|', $section_conf);
|
$section = explode('|', $section_conf);
|
||||||
}
|
}
|
||||||
View::assign('section', $section);
|
View::assign('section', $section);
|
||||||
View::assign('user_info', $login_admin);
|
View::assign('user_info', get_admin($this->uid));
|
||||||
View::assign('id', $id);
|
View::assign('id', $id);
|
||||||
return view();
|
return view();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user