Hello,
En beta, fichier plugins/gsh/core/class/gsh_Rotation.class.php Ligne 112
if($this->getUnite() == '%'){
à remplacer par :
if($cmd->getUnite() == '%'){
car $this dans une methode statique ne fonctionne pas
Hello,
En beta, fichier plugins/gsh/core/class/gsh_Rotation.class.php Ligne 112
if($this->getUnite() == '%'){
à remplacer par :
if($cmd->getUnite() == '%'){
car $this dans une methode statique ne fonctionne pas