select event by event_hash instead of item_id

This commit is contained in:
Mario Vavti
2019-04-30 10:47:48 +02:00
parent 9cc1eff15c
commit 0b062d0b8a
5 changed files with 23 additions and 12 deletions

View File

@@ -570,7 +570,7 @@ class Channel_calendar extends \Zotlabs\Web\Controller {
'is_first'=>$is_first,
'item'=>$rr,
'html'=>$html,
'plink' => array($rr['plink'],t('Link to Source'),'',''),
'plink' => [$rr['plink'], t('Link to source')],
'description' => $rr['description'],
'location' => $rr['location'],