more nav_set_selected

This commit is contained in:
git-marijus
2017-07-22 11:04:18 +02:00
parent 27678a523c
commit 4335e49381
14 changed files with 37 additions and 12 deletions

View File

@@ -89,9 +89,11 @@ class Chat extends \Zotlabs\Web\Controller {
function get() {
if(local_channel())
if(local_channel()) {
$channel = \App::get_channel();
nav_set_selected(t('My Chatrooms'));
}
$ob = \App::get_observer();
$observer = get_observer_hash();
if(! $observer) {