provide a mechanism to mark apps active in the bin

This commit is contained in:
git-marijus
2017-07-21 10:32:21 +02:00
parent 8e5c56dcc2
commit 1bdcfe5219
13 changed files with 26 additions and 29 deletions

View File

@@ -21,6 +21,8 @@ class Profile extends \Zotlabs\Web\Controller {
\App::$error = 404;
return;
}
nav_set_selected('Profile');
$profile = '';
$channel = \App::get_channel();