provide warnings about profile photo and cover photo permissions

This commit is contained in:
zotlabs
2018-05-01 16:54:54 -07:00
parent 08bcd29eee
commit db930b794d
4 changed files with 8 additions and 1 deletions

View File

@@ -355,6 +355,7 @@ class Cover_photo extends \Zotlabs\Web\Controller {
$o .= replace_macros($tpl,array(
'$user' => \App::$channel['channel_address'],
'$info' => t('Your cover photo may be visible to anybody on the internet'),
'$existing' => get_cover_photo(local_channel(),'array',PHOTO_RES_COVER_850),
'$lbl_upfile' => t('Upload File:'),
'$lbl_profiles' => t('Select a profile:'),