aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorZach Prezkuta <fermion@gmx.com>2012-07-06 17:10:40 -0600
committerZach Prezkuta <fermion@gmx.com>2012-07-06 17:11:25 -0600
commit4fb996d9f783ccc9fd2f029615c6630d55435e87 (patch)
treeae182583c2741bb20048085b22aad24b135f0aa8 /include
parenta122fecf50d06856a2ada8b564f711fb52c327f0 (diff)
downloadvolse-hubzilla-4fb996d9f783ccc9fd2f029615c6630d55435e87.tar.gz
volse-hubzilla-4fb996d9f783ccc9fd2f029615c6630d55435e87.tar.bz2
volse-hubzilla-4fb996d9f783ccc9fd2f029615c6630d55435e87.zip
remove check for event description, since it's not required to create an event
Diffstat (limited to 'include')
-rw-r--r--include/bb2diaspora.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bb2diaspora.php b/include/bb2diaspora.php
index 042177fd9..d0cb60302 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);