aboutsummaryrefslogtreecommitdiffstats
path: root/include/bb2diaspora.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-07-07 22:04:31 -0700
committerfriendica <info@friendica.com>2012-07-07 22:04:31 -0700
commit8c3703c4f97ff0f3a54f48a3d02ed15060a2d5c1 (patch)
tree7c8f114e8eb889ca65803d7f28b81388da32ce85 /include/bb2diaspora.php
parent1965c7076963e4b0fe43287977f6ece9520ca7c9 (diff)
parent63f10f6c6bb1ce794643b7511ab50cd810b79595 (diff)
downloadvolse-hubzilla-8c3703c4f97ff0f3a54f48a3d02ed15060a2d5c1.tar.gz
volse-hubzilla-8c3703c4f97ff0f3a54f48a3d02ed15060a2d5c1.tar.bz2
volse-hubzilla-8c3703c4f97ff0f3a54f48a3d02ed15060a2d5c1.zip
Merge branch 'master' of file:////home/macgirvin/dev
Conflicts: boot.php
Diffstat (limited to 'include/bb2diaspora.php')
-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);