]> git.agnieray.net Git - galette.git/commitdiff
Fix variable name
authorJohan Cwiklinski <johan@x-tnd.be>
Thu, 11 Jun 2020 15:37:46 +0000 (17:37 +0200)
committerJohan Cwiklinski <johan@x-tnd.be>
Thu, 11 Jun 2020 15:37:46 +0000 (17:37 +0200)
galette/lib/Galette/Entity/Adherent.php

index 3d67202534b28896911c87b6d9250a3c26dfb2bb..fd5936fea6f9a6d2b8d708797b8b0a7bafb8002e 100644 (file)
@@ -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 {