diff options
author | zotlabs <mike@macgirvin.com> | 2017-07-21 16:20:50 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-07-21 16:20:50 -0700 |
commit | 992f8272d38b9ee73cc9facbe473665713f6ff2d (patch) | |
tree | 7f9b8e747c4694651bad51632345e6fa440258a4 /Zotlabs/Module/Profiles.php | |
parent | 89d21c08735ad9bb151acee5ee1f372a803e2213 (diff) | |
parent | 27678a523c4c02bf4e3b31bf4ac01413feaf3759 (diff) | |
download | volse-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/Profiles.php')
-rw-r--r-- | Zotlabs/Module/Profiles.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Profiles.php b/Zotlabs/Module/Profiles.php index f6e8b11ed..b1cf9596c 100644 --- a/Zotlabs/Module/Profiles.php +++ b/Zotlabs/Module/Profiles.php @@ -9,7 +9,7 @@ class Profiles extends \Zotlabs\Web\Controller { function init() { - nav_set_selected('profiles'); + nav_set_selected('Profiles'); if(! local_channel()) { return; |