feed untranslated appnames to nav_set_selected() and query for the active app directly to get app details

This commit is contained in:
Mario Vavti
2017-10-09 21:22:57 +02:00
parent 5698462588
commit cc1ffff7cd
23 changed files with 39 additions and 37 deletions

View File

@@ -77,7 +77,7 @@ class Directory extends \Zotlabs\Web\Controller {
$pubforums = get_directory_setting($observer, 'pubforums');
$o = '';
nav_set_selected(t('Directory'));
nav_set_selected('Directory');
if(x($_POST,'search'))
$search = notags(trim($_POST['search']));