Commit dc5c027d authored by shajiaiming's avatar shajiaiming

Merge branch 'master' into feature/issue_coin

parents f5f24cf7 9de5dad8
......@@ -263,7 +263,7 @@ class ExploreAppController extends BaseController
}
unset($params['name']);
$params['name'] = $name;
if ($model->load($params, '') && $model->update()) {
if ($model->load($params, '') && $model->save()) {
goto doEnd;
}
$msg = $model->errors;
......
Markdown is supported
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