aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Profile.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-07-21 16:20:50 -0700
committerzotlabs <mike@macgirvin.com>2017-07-21 16:20:50 -0700
commit992f8272d38b9ee73cc9facbe473665713f6ff2d (patch)
tree7f9b8e747c4694651bad51632345e6fa440258a4 /Zotlabs/Module/Profile.php
parent89d21c08735ad9bb151acee5ee1f372a803e2213 (diff)
parent27678a523c4c02bf4e3b31bf4ac01413feaf3759 (diff)
downloadvolse-hubzilla-992f8272d38b9ee73cc9facbe473665713f6ff2d.tar.gz
volse-hubzilla-992f8272d38b9ee73cc9facbe473665713f6ff2d.tar.bz2
volse-hubzilla-992f8272d38b9ee73cc9facbe473665713f6ff2d.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'Zotlabs/Module/Profile.php')
-rw-r--r--Zotlabs/Module/Profile.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/Zotlabs/Module/Profile.php b/Zotlabs/Module/Profile.php
index ab349b05d..6930d50ca 100644
--- a/Zotlabs/Module/Profile.php
+++ b/Zotlabs/Module/Profile.php
@@ -21,6 +21,8 @@ class Profile extends \Zotlabs\Web\Controller {
\App::$error = 404;
return;
}
+
+ nav_set_selected('Profile');
$profile = '';
$channel = \App::get_channel();