mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-15 22:13:13 +00:00
Fix Printer unit tests
This commit is contained in:
@@ -270,7 +270,7 @@ class PDF
|
||||
|
||||
$y = $this->pdf->GetY();
|
||||
|
||||
$t = phrasea::bas_names($rec->get_base_id());
|
||||
$t = \phrasea::bas_names($rec->get_base_id());
|
||||
$this->pdf->SetFont(PhraseaPDF::FONT, '', 10);
|
||||
$this->pdf->SetFillColor(220, 220, 220);
|
||||
$this->pdf->SetLeftMargin($lmargin);
|
||||
|
Reference in New Issue
Block a user