aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Impel.php
diff options
context:
space:
mode:
authorzottel <github@zottel.net>2016-08-02 10:56:47 +0200
committerzottel <github@zottel.net>2016-08-02 10:56:47 +0200
commitdd83f6f3567ffa58b6addf2bc070ee244c868138 (patch)
treee9b9ab6e5b9b04a5a667f1ae0363b5f11d140f52 /Zotlabs/Module/Impel.php
parent55eda16b61041cf5d3aa941f3b2b4329246b1028 (diff)
parent69354e808f35b57e169fa662b75498a97dd1dfee (diff)
downloadvolse-hubzilla-dd83f6f3567ffa58b6addf2bc070ee244c868138.tar.gz
volse-hubzilla-dd83f6f3567ffa58b6addf2bc070ee244c868138.tar.bz2
volse-hubzilla-dd83f6f3567ffa58b6addf2bc070ee244c868138.zip
Merge remote-tracking branch 'upstream/dev' into dev
Diffstat (limited to 'Zotlabs/Module/Impel.php')
-rw-r--r--Zotlabs/Module/Impel.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Impel.php b/Zotlabs/Module/Impel.php
index c1bf45a77..197d9f859 100644
--- a/Zotlabs/Module/Impel.php
+++ b/Zotlabs/Module/Impel.php
@@ -90,7 +90,7 @@ class Impel extends \Zotlabs\Web\Controller {
$mitem['mitem_link'] = str_replace('[channelurl]',z_root() . '/channel/' . $channel['channel_address'],$it['link']);
$mitem['mitem_link'] = str_replace('[pageurl]',z_root() . '/page/' . $channel['channel_address'],$it['link']);
- $mitem['mitem_link'] = str_replace('[storeurl]',z_root() . '/store/' . $channel['channel_address'],$it['link']);
+ $mitem['mitem_link'] = str_replace('[cloudurl]',z_root() . '/cloud/' . $channel['channel_address'],$it['link']);
$mitem['mitem_link'] = str_replace('[baseurl]',z_root(),$it['link']);
$mitem['mitem_desc'] = escape_tags($it['desc']);