don't show app editing options to non-authenticated folks

This commit is contained in:
friendica
2014-06-01 22:15:21 -07:00
parent f5d3a724d2
commit 17e575e1eb
2 changed files with 3 additions and 0 deletions

View File

@@ -78,6 +78,7 @@ function widget_appselect($arr) {
return replace_macros(get_markup_template('app_select.tpl'),array(
'$title' => t('Apps'),
'$system' => t('System'),
'$authed' => ((local_user()) ? true : false),
'$personal' => t('Personal'),
'$new' => t('Create Personal App'),
'$edit' => t('Edit Personal App')