status flag
This commit is contained in:
@@ -113,7 +113,6 @@ class CardController extends \backend\controllers\BackendController {
|
||||
*/
|
||||
public function actionUpdate($id) {
|
||||
$model = $this->findModel ( $id );
|
||||
|
||||
if ($model->load ( Yii::$app->request->post () ) && $model->save ()) {
|
||||
return $this->redirect ( [
|
||||
'index'
|
||||
|
||||
Reference in New Issue
Block a user