瀏覽代碼

Merge branch 'dev'

master
Guillaume Bourgeois 5 年之前
父節點
當前提交
5aae49e16a
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      common/models/Subscription.php

+ 2
- 1
common/models/Subscription.php 查看文件

@@ -261,7 +261,8 @@ class Subscription extends ActiveRecordCommon
public static function addAll($date, $force = false)
{
$distribution = Distribution::searchOne([
'date' => date('Y-m-d', strtotime($date))
'date' => date('Y-m-d', strtotime($date)),
'id_producer' => Producer::getId(),
]) ;

if ($distribution) {

Loading…
取消
儲存