Fix: The tmp dir is dir_temp and not dir_tmp
This commit is contained in:
parent
7ccbf8f20c
commit
113a15828c
@ -50,7 +50,7 @@ $patterns = array (
|
|||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
$dir = $conf->adherent->dir_tmp;
|
$dir = $conf->adherent->dir_temp;
|
||||||
$file = $dir . "/tmpcard.pdf";
|
$file = $dir . "/tmpcard.pdf";
|
||||||
|
|
||||||
if (! file_exists($dir))
|
if (! file_exists($dir))
|
||||||
|
|||||||
@ -31,7 +31,7 @@ require_once(DOL_DOCUMENT_ROOT."/adherents/adherent.class.php");
|
|||||||
require_once(DOL_DOCUMENT_ROOT.'/includes/modules/member/PDF_card.class.php');
|
require_once(DOL_DOCUMENT_ROOT.'/includes/modules/member/PDF_card.class.php');
|
||||||
|
|
||||||
|
|
||||||
$dir = $conf->adherent->dir_tmp;
|
$dir = $conf->adherent->dir_temp;
|
||||||
$file = $dir . "/tmplabel.pdf";
|
$file = $dir . "/tmplabel.pdf";
|
||||||
|
|
||||||
if (! file_exists($dir))
|
if (! file_exists($dir))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user