Sfoglia il codice sorgente

Merge branch 'dev'

prodstable
Guillaume 3 anni fa
parent
commit
dec8afd1ba
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      common/models/Producer.php

+ 1
- 1
common/models/Producer.php Vedi File

@@ -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…
Annulla
Salva