aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-05-07 22:28:19 -0700
committerfriendica <info@friendica.com>2014-05-07 22:28:19 -0700
commit1a4c99ec0232899ac791fdac7d9a509048f94ec5 (patch)
treee394f317092329f4f1d2809b9738263832d0d526 /include
parente22e94cd9708406ef9a96c7ec4bb9216be630ec2 (diff)
downloadvolse-hubzilla-1a4c99ec0232899ac791fdac7d9a509048f94ec5.tar.gz
volse-hubzilla-1a4c99ec0232899ac791fdac7d9a509048f94ec5.tar.bz2
volse-hubzilla-1a4c99ec0232899ac791fdac7d9a509048f94ec5.zip
fix events until the new event subscription mechanism goes in, as shared events have been broken
Diffstat (limited to 'include')
-rw-r--r--include/zot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php
index ea439a603..9e69aea96 100644
--- a/include/zot.php
+++ b/include/zot.php
@@ -1457,7 +1457,7 @@ function process_delivery($sender,$arr,$deliveries,$relay,$public = false) {
if((x($arr,'obj_type')) && (activity_match($arr['obj_type'],ACTIVITY_OBJ_EVENT))) {
require_once('include/event.php');
$ev = bbtoevent($arr['body']);
- if(x($ev,'desc') && x($ev,'start')) {
+ if(x($ev,'description') && x($ev,'start')) {
$ev['event_xchan'] = $arr['author_xchan'];
$ev['uid'] = $channel['channel_id'];
$ev['account'] = $channel['channel_account_id'];