diff --git a/core/class/sunshutter.class.php b/core/class/sunshutter.class.php index f12bc0a..0f3a801 100644 --- a/core/class/sunshutter.class.php +++ b/core/class/sunshutter.class.php @@ -522,7 +522,7 @@ public function calculPosition() { log::add(__CLASS__, 'debug', $this->getHumanName() . ' ' . __('Calcul de positionnement - Action par défaut : Position personnalisée', __FILE__) . ' ' . __('à', __FILE__) . ' ' . $default . ' %'); break; default: - $default = $this->getCurrentPosition(); + $default = null; log::add(__CLASS__, 'debug', $this->getHumanName() . ' ' . __('Calcul de positionnement - Action par défaut : Ne rien faire', __FILE__)); break; } @@ -584,7 +584,6 @@ public function executeAction($_force = false) { } } $position = null; - //$position = $this->calculPosition(); $positionArray = $this->calculPosition(); $position = $positionArray['position']; $label = $positionArray['label'];