Commit eae4374b authored by Shakarim Sapa's avatar Shakarim Sapa

- Изменили редирект при удалении

parent 9f5b5cfe
......@@ -105,7 +105,7 @@ class BidAdminController extends AdminController
public function actionDelete($id){
$this->findModel($id)->delete();
return $this->redirect(isset($_POST['returnUrl']) ? $_POST['returnUrl'] : ['/bids/bid-admin/manage']);
return $this->redirect(['/bids/bid-admin/manage']);
}
/**
......
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