aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorgit-marijus <mario@mariovavti.com>2017-05-12 10:02:33 +0200
committerGitHub <noreply@github.com>2017-05-12 10:02:33 +0200
commit795b39250fae18f081d955800b3981c47578b9b1 (patch)
tree60d578fc2fe0dc863698e037710b135aeb37faff /Zotlabs
parentae89f1b3b37037bb07aa1ea8b8a9d8836cc685dd (diff)
parente501289a5544823eed3834a831770c07159664ff (diff)
downloadvolse-hubzilla-795b39250fae18f081d955800b3981c47578b9b1.tar.gz
volse-hubzilla-795b39250fae18f081d955800b3981c47578b9b1.tar.bz2
volse-hubzilla-795b39250fae18f081d955800b3981c47578b9b1.zip
Merge pull request #770 from zotlabs/mast496
consolidate and simplify the generation of activitystreams persons, a…
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Module/Profile_photo.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Profile_photo.php b/Zotlabs/Module/Profile_photo.php
index e8f0e5186..47b627015 100644
--- a/Zotlabs/Module/Profile_photo.php
+++ b/Zotlabs/Module/Profile_photo.php
@@ -190,7 +190,7 @@ class Profile_photo extends \Zotlabs\Web\Controller {
build_sync_packet($channel['channel_id'],array('file' => array($sync)));
- // Similarly, tell the nav bar to bypass the cache and update the avater image.
+ // Similarly, tell the nav bar to bypass the cache and update the avatar image.
$_SESSION['reload_avatar'] = true;
info( t('Shift-reload the page or clear browser cache if the new photo does not display immediately.') . EOL);