浏览代码

Merge branch 'dev'

prodstable
Guillaume 3 年前
父节点
当前提交
dec8afd1ba
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      common/models/Producer.php

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

@@ -683,7 +683,7 @@ class Producer extends ActiveRecordCommon

public function savePrivateKeyStripe($filename, $value)
{
if ($this->online_payment && strlen($value) > 0) {
if (strlen($value) > 0) {
$handle = fopen($filename, "w");
fwrite($handle, $value);
fclose($handle);

正在加载...
取消
保存