scrutinizer in core/class/notify.class.php : variable \labeltouse not defined for all paths
This commit is contained in:
parent
b66b71817c
commit
44728ff93a
@ -625,6 +625,8 @@ class Notify
|
|||||||
$mimefilename_list[] = $ref.".pdf";
|
$mimefilename_list[] = $ref.".pdf";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$labeltouse = !empty($labeltouse) ? $labeltouse : '';
|
||||||
|
|
||||||
$parameters = array('notifcode'=>$notifcode, 'sendto'=>$sendto, 'replyto'=>$replyto, 'file'=>$filename_list, 'mimefile'=>$mimetype_list, 'filename'=>$mimefilename_list, 'outputlangs'=>$outputlangs, 'labeltouse'=>$labeltouse);
|
$parameters = array('notifcode'=>$notifcode, 'sendto'=>$sendto, 'replyto'=>$replyto, 'file'=>$filename_list, 'mimefile'=>$mimetype_list, 'filename'=>$mimefilename_list, 'outputlangs'=>$outputlangs, 'labeltouse'=>$labeltouse);
|
||||||
if (!isset($action)) {
|
if (!isset($action)) {
|
||||||
$action = '';
|
$action = '';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user