aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Profiles.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/Profiles.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/Profiles.php')
-rw-r--r--Zotlabs/Module/Profiles.php2
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;