Commit bd8753a3 authored by shajiaiming's avatar shajiaiming

fix

parent 7311d93c
......@@ -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