remove check for event description, since it's not required to create an event

This commit is contained in:
Zach Prezkuta 2012-07-06 17:10:40 -06:00
parent a122fecf50
commit 4fb996d9f7
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);