From 394807fff7aee9f0df2cae82a289ed5502d155eb Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 23 Feb 2017 14:00:36 +0200 Subject: [PATCH] -Exit order fix --- controllers/OrderController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/OrderController.php b/controllers/OrderController.php index 3fcd499..31a9fcc 100755 --- a/controllers/OrderController.php +++ b/controllers/OrderController.php @@ -575,7 +575,7 @@ $model->edit_time = 0; $model->edit_id = 0; - $model->save(); + $model->save(false, ['edit_time', 'edit_id']); } public function actionPublishOrder($id, $phone) -- libgit2 0.21.4