Commit a6363d6a authored by shajiaiming's avatar shajiaiming

Merge branch 'feature/explore' into develop

parents df6a3e89 d187171e
......@@ -108,7 +108,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