@@ -134,7 +134,7 @@ class CronController extends BackendController | |||
public function actionForceProcessOrders($key = '') | |||
{ | |||
$this->actionProcessOrders($key, date('Y-m-d', strtotime('-1 day'))) ; | |||
$this->actionProcessOrders($key, date('Y-m-d')) ; | |||
} | |||
/** |