Explorar el Código

Correctif Producer

dev
Guillaume hace 3 años
padre
commit
084307c068
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      common/models/Producer.php

+ 1
- 1
common/models/Producer.php Ver fichero

@@ -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);

Cargando…
Cancelar
Guardar