Skip to content
Extraits de code Groupes Projets
Valider 40154bba rédigé par mattab's avatar mattab
Parcourir les fichiers

Merge remote-tracking branch 'origin/master'

parents 2b974f8e cb084157
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -267,7 +267,7 @@ abstract class Action ...@@ -267,7 +267,7 @@ abstract class Action
} }
foreach($this->actionIdsCached as $field => $idAction) { foreach($this->actionIdsCached as $field => $idAction) {
$visitAction[$field] = $idAction; $visitAction[$field] = ($idAction === false) ? 0 : $idAction;
} }
$customValue = $this->getCustomFloatValue(); $customValue = $this->getCustomFloatValue();
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter