Menu

Init ZipArchive

Sparviero
2017-09-15
2018-01-20
  • Sparviero

    Sparviero - 2017-09-15

    class.odt.php@285
    should be
    if (!$document->open($fileName, ZipArchive::CREATE|ZIPARCHIVE::OVERWRITE)) {

     
  • Anonymous

    Anonymous - 2017-09-19
    Post awaiting moderation.
  • Milan Uhrák

    Milan Uhrák - 2017-12-14

    Why ?

     
  • Thomas Murphy

    Thomas Murphy - 2018-01-20

    Sparviero's suggestion fixes an error where PHP complains that the class is attempting to perform an operation on an unitialised or non-existent zip archive object.

     

Anonymous
Anonymous

Add attachments
Cancel