Fix: syntax error
This commit is contained in:
parent
61b98275f5
commit
07d04b7905
@ -55,7 +55,7 @@ if ($action == 'builddoc')
|
||||
$rap = new pdf_paiement($db);
|
||||
|
||||
$outputlangs = $langs;
|
||||
if (! empty(GETPOST('lang_id')))
|
||||
if (GETPOST('lang_id'))
|
||||
{
|
||||
$outputlangs = new Translate("",$conf);
|
||||
$outputlangs->setDefaultLang(GETPOST('lang_id'));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user