소스 검색

Correctif Producer

dev
Guillaume 3 년 전
부모
커밋
084307c068
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);

Loading…
취소
저장