diff options
author | friendica <info@friendica.com> | 2013-08-01 14:28:35 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-08-01 14:28:35 -0700 |
commit | 85b6be5b00a4a012bf9a2db8d72e70a225fac8a3 (patch) | |
tree | 9ccc936c7cce5f47a3df1ade4404693187ac207c /mod/connections.php | |
parent | 85c7d7165fadd2a569fafda824e4ac83af36ea12 (diff) | |
parent | 7d00f61ceb6dc04329a703987682ab49d71a2531 (diff) | |
download | volse-hubzilla-85b6be5b00a4a012bf9a2db8d72e70a225fac8a3.tar.gz volse-hubzilla-85b6be5b00a4a012bf9a2db8d72e70a225fac8a3.tar.bz2 volse-hubzilla-85b6be5b00a4a012bf9a2db8d72e70a225fac8a3.zip |
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'mod/connections.php')
-rw-r--r-- | mod/connections.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/connections.php b/mod/connections.php index 88291ba8d..2ba65fc0e 100644 --- a/mod/connections.php +++ b/mod/connections.php @@ -159,7 +159,7 @@ function connections_content(&$a) { $sort_type = 0; $o = ''; - nav_set_selected('connections'); + nav_set_selected('intros'); if(! local_user()) { |