Merge pull request #379 from fermionic/events-display-wrong-in-diaspora

remove check for event description in bb2diaspora
This commit is contained in:
friendica 2012-07-07 04:19:15 -07:00
commit 0c5af9f303
1 changed files with 1 additions and 1 deletions

View File

@ -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(x($ev,'desc') && x($ev,'start')) {
if(x($ev,'start')) {
$sub = format_event_diaspora($ev);