diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-05-12 10:04:00 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-05-12 10:04:00 +0200 |
commit | 18ee1ba589994bcda211dcb75c667cadfcce0c7e (patch) | |
tree | 10023a23ca4671ade7127497b9c1caa93d458eb2 /Zotlabs/Module | |
parent | 1ebc9de1e6c7e242cfe6e39ab3c4b82d53e1539b (diff) | |
parent | 795b39250fae18f081d955800b3981c47578b9b1 (diff) | |
download | volse-hubzilla-18ee1ba589994bcda211dcb75c667cadfcce0c7e.tar.gz volse-hubzilla-18ee1ba589994bcda211dcb75c667cadfcce0c7e.tar.bz2 volse-hubzilla-18ee1ba589994bcda211dcb75c667cadfcce0c7e.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev
Diffstat (limited to 'Zotlabs/Module')
-rw-r--r-- | Zotlabs/Module/Profile_photo.php | 2 |
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); |