From 4fb996d9f783ccc9fd2f029615c6630d55435e87 Mon Sep 17 00:00:00 2001 From: Zach Prezkuta Date: Fri, 6 Jul 2012 17:10:40 -0600 Subject: [PATCH] remove check for event description, since it's not required to create an event --- include/bb2diaspora.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bb2diaspora.php b/include/bb2diaspora.php index 042177fd96..d0cb60302c 100644 --- a/include/bb2diaspora.php +++ b/include/bb2diaspora.php @@ -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);