diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-04-30 10:47:48 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-04-30 10:47:48 +0200 |
commit | 0b062d0b8ae89b40b4e036f874f6af3780c30451 (patch) | |
tree | dd37934714db3344ce7770c14755f7a62c92c25b /Zotlabs/Module/Channel_calendar.php | |
parent | 9cc1eff15cae3884458a6f7171140f2780665ff7 (diff) | |
download | volse-hubzilla-0b062d0b8ae89b40b4e036f874f6af3780c30451.tar.gz volse-hubzilla-0b062d0b8ae89b40b4e036f874f6af3780c30451.tar.bz2 volse-hubzilla-0b062d0b8ae89b40b4e036f874f6af3780c30451.zip |
select event by event_hash instead of item_id
Diffstat (limited to 'Zotlabs/Module/Channel_calendar.php')
-rw-r--r-- | Zotlabs/Module/Channel_calendar.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Channel_calendar.php b/Zotlabs/Module/Channel_calendar.php index 538951d32..6741d611c 100644 --- a/Zotlabs/Module/Channel_calendar.php +++ b/Zotlabs/Module/Channel_calendar.php @@ -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'], |