mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
passing the folder base64encoded when exporting to infolog infolog/inc/class.uiinfolog.inc.php
This commit is contained in:
parent
6b74d6ad88
commit
1585195b98
@ -1325,7 +1325,7 @@ class uiinfolog
|
|||||||
{
|
{
|
||||||
$uid = $_GET['uid'];
|
$uid = $_GET['uid'];
|
||||||
$partid = $_GET['part'];
|
$partid = $_GET['part'];
|
||||||
$mailbox = $_GET['mailbox'];
|
$mailbox = base64_decode($_GET['mailbox']);
|
||||||
|
|
||||||
if (!empty($_to_emailAddress))
|
if (!empty($_to_emailAddress))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user