diff options
author | zottel <github@zottel.net> | 2016-08-02 10:56:47 +0200 |
---|---|---|
committer | zottel <github@zottel.net> | 2016-08-02 10:56:47 +0200 |
commit | dd83f6f3567ffa58b6addf2bc070ee244c868138 (patch) | |
tree | e9b9ab6e5b9b04a5a667f1ae0363b5f11d140f52 /include/import.php | |
parent | 55eda16b61041cf5d3aa941f3b2b4329246b1028 (diff) | |
parent | 69354e808f35b57e169fa662b75498a97dd1dfee (diff) | |
download | volse-hubzilla-dd83f6f3567ffa58b6addf2bc070ee244c868138.tar.gz volse-hubzilla-dd83f6f3567ffa58b6addf2bc070ee244c868138.tar.bz2 volse-hubzilla-dd83f6f3567ffa58b6addf2bc070ee244c868138.zip |
Merge remote-tracking branch 'upstream/dev' into dev
Diffstat (limited to 'include/import.php')
-rw-r--r-- | include/import.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/import.php b/include/import.php index 27e0bfac6..5bbed828f 100644 --- a/include/import.php +++ b/include/import.php @@ -786,7 +786,7 @@ function import_menus($channel,$menus) { $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']); @@ -871,7 +871,7 @@ function sync_menus($channel,$menus) { $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']); |