mirror of
https://github.com/friendica/friendica
synced 2024-11-10 14:22:54 +00:00
Merge pull request #379 from fermionic/events-display-wrong-in-diaspora
remove check for event description in bb2diaspora
This commit is contained in:
commit
0c5af9f303
1 changed files with 1 additions and 1 deletions
|
@ -346,7 +346,7 @@ function bb2diaspora($Text,$preserve_nl = false) {
|
||||||
|
|
||||||
// If we found an event earlier, strip out all the event code and replace with a reformatted version.
|
// If we found an event earlier, strip out all the event code and replace with a reformatted version.
|
||||||
|
|
||||||
if(x($ev,'desc') && x($ev,'start')) {
|
if(x($ev,'start')) {
|
||||||
|
|
||||||
$sub = format_event_diaspora($ev);
|
$sub = format_event_diaspora($ev);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue