mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-03 03:50:13 +01:00
fix situation on reply, if there is no signature and no predefined font section, there is no room above the original message to start writing
This commit is contained in:
parent
959da5ae4c
commit
177a779aa3
@ -757,7 +757,7 @@
|
||||
}
|
||||
else
|
||||
{
|
||||
$sessionData['body'] = $font_span.$sessionData['body'];
|
||||
$sessionData['body'] = ($font_span?$font_span:' ').$sessionData['body'];
|
||||
}
|
||||
//error_log(__METHOD__.__LINE__.$sessionData['body']);
|
||||
// prepare body
|
||||
|
Loading…
Reference in New Issue
Block a user