mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 23:29:31 +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()
|
||||
{
|
||||
$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']);
|
||||
$htmlOptions = $this->bofelamimail->htmlOptions;
|
||||
if (!empty($_GET['tryastext'])) $htmlOptions = "only_if_no_text";
|
||||
|
Loading…
Reference in New Issue
Block a user