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

@@ -53,7 +53,7 @@ class Settings extends \Zotlabs\Web\Controller {
function get() {
nav_set_selected('settings');
nav_set_selected('Settings');
if((! local_channel()) || ($_SESSION['delegate'])) {
notice( t('Permission denied.') . EOL );