aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-06-14 15:49:57 +0200
committermarijus <mario@mariovavti.com>2014-06-14 15:49:57 +0200
commitb7b8303f8d110f8216a4894e2c0568778422b919 (patch)
treef804f07da4e1d775ec9b56151b6d646c6b4d3a9b
parentbd06e580078e4955acd6d7d6782f06ab076f08b6 (diff)
downloadvolse-hubzilla-b7b8303f8d110f8216a4894e2c0568778422b919.tar.gz
volse-hubzilla-b7b8303f8d110f8216a4894e2c0568778422b919.tar.bz2
volse-hubzilla-b7b8303f8d110f8216a4894e2c0568778422b919.zip
fix active state
-rw-r--r--mod/connections.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/connections.php b/mod/connections.php
index 3c3a704b2..b9df3c2b7 100644
--- a/mod/connections.php
+++ b/mod/connections.php
@@ -233,6 +233,7 @@ function connections_content(&$a) {
$a->argc = 1;
unset($a->argv[1]);
}
+ nav_set_selected('intros');
break;
case 'unconnected':
$search_flags = ABOOK_FLAG_UNCONNECTED;