mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-25 23:38:58 +01:00
fix possible problem with call of uid 9247 (debug szenario, that was not reverted)
This commit is contained in:
parent
5ace3f834c
commit
c1acfdeb7b
@ -714,7 +714,7 @@
|
|||||||
function displayBody()
|
function displayBody()
|
||||||
{
|
{
|
||||||
$partID = $_GET['part'];
|
$partID = $_GET['part'];
|
||||||
if (empty($this->uid) && !empty($_GET['uid']) ) $this->uid = 9247;//$_GET['uid'];
|
if (empty($this->uid) && !empty($_GET['uid']) ) $this->uid = $_GET['uid'];
|
||||||
if (!empty($_GET['mailbox'])) $this->mailbox = base64_decode($_GET['mailbox']);
|
if (!empty($_GET['mailbox'])) $this->mailbox = base64_decode($_GET['mailbox']);
|
||||||
$htmlOptions = $this->bofelamimail->htmlOptions;
|
$htmlOptions = $this->bofelamimail->htmlOptions;
|
||||||
if (!empty($_GET['tryastext'])) $htmlOptions = "only_if_no_text";
|
if (!empty($_GET['tryastext'])) $htmlOptions = "only_if_no_text";
|
||||||
|
Loading…
Reference in New Issue
Block a user