diff options
author | mrjive <mrjive@mrjive.it> | 2018-04-14 15:59:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-14 15:59:30 +0200 |
commit | 99dc1614836df2b69ee40382fc4b73546a847a60 (patch) | |
tree | bcdb09f81340880ceaf76d163cba0220d7b10bb7 /include | |
parent | db586e0c2747a5c222c6ab394c53245aeba60c8b (diff) | |
parent | f16dc7afc8c7a866138511465a4d3362b704c33c (diff) | |
download | volse-hubzilla-99dc1614836df2b69ee40382fc4b73546a847a60.tar.gz volse-hubzilla-99dc1614836df2b69ee40382fc4b73546a847a60.tar.bz2 volse-hubzilla-99dc1614836df2b69ee40382fc4b73546a847a60.zip |
Merge pull request #7 from redmatrix/dev
Dev
Diffstat (limited to 'include')
-rw-r--r-- | include/conversation.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/conversation.php b/include/conversation.php index 4aa097d07..30acd6329 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -1724,7 +1724,7 @@ function network_tabs() { if(feature_enabled(local_channel(),'star_posts')) { $tabs[] = array( 'label' => t('Starred'), - 'url'=>z_root() . '/' . $cmd . ((x($_GET,'cid')) ? '/?f=&cid=' . $_GET['cid'] : '') . '&star=1', + 'url'=>z_root() . '/' . $cmd . '/?f=' . ((x($_GET,'cid')) ? '&cid=' . $_GET['cid'] : '') . '&star=1', 'sel'=>$starred_active, 'title' => t('Favourite Posts'), ); |