diff options
author | friendica <info@friendica.com> | 2011-11-12 13:47:51 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-11-12 13:47:51 -0800 |
commit | 8a19c7c379e8e969a23659b8038d1d0ed5de6c02 (patch) | |
tree | 3a1344d86131b01c8a25a0a0b441e17fb9f05908 /mod/profile_photo.php | |
parent | 6e52ea805beafde843519617c16d3645bab9717c (diff) | |
download | volse-hubzilla-8a19c7c379e8e969a23659b8038d1d0ed5de6c02.tar.gz volse-hubzilla-8a19c7c379e8e969a23659b8038d1d0ed5de6c02.tar.bz2 volse-hubzilla-8a19c7c379e8e969a23659b8038d1d0ed5de6c02.zip |
warn about photo caching when updating profile pic
Diffstat (limited to 'mod/profile_photo.php')
-rw-r--r-- | mod/profile_photo.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/profile_photo.php b/mod/profile_photo.php index 47f0f8d8e..e3dbdaf39 100644 --- a/mod/profile_photo.php +++ b/mod/profile_photo.php @@ -86,6 +86,7 @@ function profile_photo_post(&$a) { intval(local_user()) ); + info( t('Shift-reload the page or clear browser cache if the new photo does not display immediately.') . EOL); // Update global directory in background $url = $a->get_baseurl() . '/profile/' . $a->user['nickname']; if($url && strlen(get_config('system','directory_submit_url'))) |