aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Profile.php
diff options
context:
space:
mode:
authorgit-marijus <mario@mariovavti.com>2017-07-21 10:32:21 +0200
committergit-marijus <mario@mariovavti.com>2017-07-21 10:32:21 +0200
commit1bdcfe5219c810758ae255427513a7a0c09ce8e1 (patch)
tree62affdc8e8776109c76e80954021146b9c9fb59a /Zotlabs/Module/Profile.php
parent8e5c56dcc2e38884f897acaf9d2b39e5b5dd8c29 (diff)
downloadvolse-hubzilla-1bdcfe5219c810758ae255427513a7a0c09ce8e1.tar.gz
volse-hubzilla-1bdcfe5219c810758ae255427513a7a0c09ce8e1.tar.bz2
volse-hubzilla-1bdcfe5219c810758ae255427513a7a0c09ce8e1.zip
provide a mechanism to mark apps active in the bin
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();