feed untranslated appnames to nav_set_selected() and query for the active app directly to get app details
This commit is contained in:
@@ -94,7 +94,7 @@ class Channel extends \Zotlabs\Web\Controller {
|
||||
}
|
||||
else {
|
||||
if(\App::$profile['profile_uid'] == local_channel()) {
|
||||
nav_set_selected(t('Channel Home'));
|
||||
nav_set_selected('Channel Home');
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user