aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Cover_photo.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-05-01 16:54:54 -0700
committerzotlabs <mike@macgirvin.com>2018-05-01 16:54:54 -0700
commitdb930b794dc228f24549d7ef8052be8110990e1f (patch)
treeaa644c4f0df26274d9e1567793c929a3e3616d4e /Zotlabs/Module/Cover_photo.php
parent08bcd29eeee1166d62791b04c7de4a6c1a4e7456 (diff)
downloadvolse-hubzilla-db930b794dc228f24549d7ef8052be8110990e1f.tar.gz
volse-hubzilla-db930b794dc228f24549d7ef8052be8110990e1f.tar.bz2
volse-hubzilla-db930b794dc228f24549d7ef8052be8110990e1f.zip
provide warnings about profile photo and cover photo permissions
Diffstat (limited to 'Zotlabs/Module/Cover_photo.php')
-rw-r--r--Zotlabs/Module/Cover_photo.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Module/Cover_photo.php b/Zotlabs/Module/Cover_photo.php
index d76c1b408..76e80156c 100644
--- a/Zotlabs/Module/Cover_photo.php
+++ b/Zotlabs/Module/Cover_photo.php
@@ -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:'),