From 205666c206e741584c670e5c169de26589c1f1a8 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 1 Mar 2010 17:49:14 +0000 Subject: [PATCH] Try to fix the bad language selection --- htdocs/expedition/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/expedition/fiche.php b/htdocs/expedition/fiche.php index 1410a6d7b84..9addd240d8a 100644 --- a/htdocs/expedition/fiche.php +++ b/htdocs/expedition/fiche.php @@ -937,7 +937,7 @@ else //$genallowed=1; //$delallowed=0; - $somethingshown=$formfile->show_documents('expedition',$expeditionref,$filedir,$urlsource,$genallowed,$delallowed,$expedition->modelpdf,'',0,0,28,0,'','',$soc->default_lang); + $somethingshown=$formfile->show_documents('expedition',$expeditionref,$filedir,$urlsource,$genallowed,$delallowed,$expedition->modelpdf,'',0,0,28,0,'','','',$soc->default_lang); if ($genallowed && ! $somethingshown) $somethingshown=1; }