[Galette-discussion] nightly

[ Thread Index | Date Index | More lists.galette.eu/users Archives ]


Bonjour,


j'ai téléchargé la nightly


Quand je veux créer une liste d'émargement, galette se plante si je met un titre ou un sous titre avec l'erreur suivante :


Galette error:\nType: ErrorException\nCode: 8\nMessage: Notice: Undefined variable: post\nFile: /home/galette-dev/galette/lib/Galette/IO/PdfAttendanceSheet.php\nLine: 137\n


Cela fonctionne en corrigeant le fichier PdfAttendanceSheet .php comme suit : (lignes 133 à 138)


        if ($this->sheet_title !== null) {
            $this->Cell(190, 7, $this->sheet_title, 0, 1, 'C');
        }
        if ($this->sheet_sub_title) {
            $this->Cell(190, 7, $this->sheet_sub_title, 0, 1, 'C');
        }

Daniel




Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/