aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authormrjive <mrjive@mrjive.it>2018-04-14 15:59:30 +0200
committerGitHub <noreply@github.com>2018-04-14 15:59:30 +0200
commit99dc1614836df2b69ee40382fc4b73546a847a60 (patch)
treebcdb09f81340880ceaf76d163cba0220d7b10bb7 /include
parentdb586e0c2747a5c222c6ab394c53245aeba60c8b (diff)
parentf16dc7afc8c7a866138511465a4d3362b704c33c (diff)
downloadvolse-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.php2
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'),
);