don't provide manage apps button when viewing all available

This commit is contained in:
zotlabs
2018-07-05 22:03:41 -07:00
parent fe44ebee93
commit cc71e507cb
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ class Apps extends \Zotlabs\Web\Controller {
'$title' => t('Apps'),
'$apps' => $apps,
'$authed' => ((local_channel()) ? true : false),
'$manage' => t('Manage apps'),
'$manage' => (($available) ? '' : t('Manage apps')),
'$create' => (($mode == 'edit') ? t('Create new app') : '')
));