mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 13:33:14 +00:00
Fix build
This commit is contained in:
@@ -106,10 +106,10 @@ class PDF
|
||||
switch ($layout)
|
||||
{
|
||||
case "preview":
|
||||
$this->print_preview();
|
||||
$this->print_preview(false);
|
||||
break;
|
||||
case "previewCaption":
|
||||
$this->print_preview();
|
||||
$this->print_preview(false);
|
||||
break;
|
||||
case "previewCaptionTdm":
|
||||
$this->print_preview(true);
|
||||
@@ -329,7 +329,7 @@ class PDF
|
||||
$this->pdf->SetLeftMargin($lmargin);
|
||||
}
|
||||
|
||||
protected function print_preview($withtdm=false)
|
||||
protected function print_preview($withtdm)
|
||||
{
|
||||
$appbox = \appbox::get_instance();
|
||||
$registry = \registry::get_instance();
|
||||
|
Reference in New Issue
Block a user