mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 09:23:28 +01:00
Fix for bug: [ 1525159 ] printing of wrong submessage when multiple mails attache
https://sourceforge.net/tracker/?func=detail&atid=554338&aid=1525159&group_id=78745 set correctly variable name Thanks to StadtFRLG - stadt-frlg for providing the fix.
This commit is contained in:
parent
85889b2063
commit
c3a5839f89
@ -288,7 +288,7 @@
|
||||
'uid' => $this->uid
|
||||
);
|
||||
if($partID != '')
|
||||
$linkData['part'] = $partID;
|
||||
$linkData['partID'] = $partID;
|
||||
$printURL = $GLOBALS['egw']->link('/index.php',$linkData);
|
||||
|
||||
$navbarImages = array(
|
||||
|
Loading…
Reference in New Issue
Block a user