Parcourir la source

Correctif Producer

dev
Guillaume il y a 3 ans
Parent
révision
084307c068
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      common/models/Producer.php

+ 1
- 1
common/models/Producer.php Voir le fichier

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

Chargement…
Annuler
Enregistrer