Commit b1b5a65d authored by uctoo's avatar uctoo
Browse files

Merge pull request !7 from L-J-L/master

parents ccf7ac3a 96d7c98b
Showing with 4 additions and 1 deletion
+4 -1
......@@ -71,7 +71,7 @@ class IndexController extends Controller
$map['uid'] = is_login();
$map['id'] = $_GET ['id'];
$mp = M('MemberPublic')->where($map)->find();
$this->assign('mp_id', $mp['mp_id']);
$this->assign('mp_id', mpid_md5($mp['appid']));
$this->display ( );
}
......
# 附件插件上传目录
\ No newline at end of file
# 附件插件上传目录
\ No newline at end of file
# 附件插件上传目录
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment