~xibo-maintainers/xibo/tempel

« back to all changes in this revision

Viewing changes to lib/Widget/Pdf.php

  • Committer: Dan Garner
  • Date: 2016-06-28 15:02:11 UTC
  • mto: This revision was merged to the branch mainline in revision 528.
  • Revision ID: git-v1:51031805c36c1d366fa330b2c2320d1927c57003
Fixes for upgrade steps

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
        // Set the properties specific to this module
33
33
        $this->setUseDuration($this->getSanitizer()->getCheckbox('useDuration'));
34
34
        $this->setDuration($this->getSanitizer()->getInt('duration', $this->getDuration()));
35
 
        $this->setOption('name', $this->getSanitizer()->getString('name'));
 
35
        $this->setOption('name', $this->getSanitizer()->getString('name', $this->getOption('name')));
36
36
 
37
37
 
38
38
        $this->saveWidget();