From 78ca9091075567eafb82b98da3f313523270fe87 Mon Sep 17 00:00:00 2001 From: Johan Cwiklinski Date: Thu, 11 Jun 2020 17:37:46 +0200 Subject: [PATCH] Fix variable name --- galette/lib/Galette/Entity/Adherent.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/galette/lib/Galette/Entity/Adherent.php b/galette/lib/Galette/Entity/Adherent.php index 3d6720253..fd5936fea 100644 --- a/galette/lib/Galette/Entity/Adherent.php +++ b/galette/lib/Galette/Entity/Adherent.php @@ -178,8 +178,8 @@ class Adherent ); } elseif ($deps === false) { //no dependencies - $this->deps = array_fill_keys( - array_keys($this->deps), + $this->_deps = array_fill_keys( + array_keys($this->_deps), false ); } else { -- 2.39.2