diff options
author | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2015-11-21 00:08:17 +0100 |
---|---|---|
committer | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2015-11-21 00:08:17 +0100 |
commit | 6942c715d0342dd83ec035b576aa23f7213cf4e9 (patch) | |
tree | 086e40d3d11c2eeb564b443d97b56aba4c1ae8b0 /mod/profile_photo.php | |
parent | de1b3d5113a6140d59612a14d3b0f2f17a5beefa (diff) | |
parent | 427652e9bd8e312758f04c6c3e6824fb47cc3033 (diff) | |
download | volse-hubzilla-6942c715d0342dd83ec035b576aa23f7213cf4e9.tar.gz volse-hubzilla-6942c715d0342dd83ec035b576aa23f7213cf4e9.tar.bz2 volse-hubzilla-6942c715d0342dd83ec035b576aa23f7213cf4e9.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'mod/profile_photo.php')
-rw-r--r-- | mod/profile_photo.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mod/profile_photo.php b/mod/profile_photo.php index 7067a9f76..2884505f0 100644 --- a/mod/profile_photo.php +++ b/mod/profile_photo.php @@ -6,6 +6,7 @@ */ require_once('include/photo/photo_driver.php'); +require_once('include/identity.php'); /* @brief Function for sync'ing permissions of profile-photos and their profile * @@ -195,6 +196,8 @@ function profile_photo_post(&$a) { ); } + profiles_build_sync(local_channel()); + // We'll set the updated profile-photo timestamp even if it isn't the default profile, // so that browsers will do a cache update unconditionally |