diff options
author | redmatrix <git@macgirvin.com> | 2016-06-22 20:17:19 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-06-22 20:17:19 -0700 |
commit | 515b054a6e6e5030b66753147cff424e0f37bab8 (patch) | |
tree | ec8fc2ea191e9efd9c7c876c8482dfcbd9b2908c /Zotlabs/Module/Profile_photo.php | |
parent | cef77ce5bb296829576f5d7a515b56a8b18f99eb (diff) | |
download | volse-hubzilla-515b054a6e6e5030b66753147cff424e0f37bab8.tar.gz volse-hubzilla-515b054a6e6e5030b66753147cff424e0f37bab8.tar.bz2 volse-hubzilla-515b054a6e6e5030b66753147cff424e0f37bab8.zip |
missing class selector when "use photo as profile photo"
Diffstat (limited to 'Zotlabs/Module/Profile_photo.php')
-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 9480a2f7f..d1ce9f428 100644 --- a/Zotlabs/Module/Profile_photo.php +++ b/Zotlabs/Module/Profile_photo.php @@ -348,7 +348,7 @@ class Profile_photo extends \Zotlabs\Web\Controller { } } - profile_photo_crop_ui_head($a, $ph, $hash, $smallest); + $this->profile_photo_crop_ui_head($a, $ph, $hash, $smallest); } $profiles = q("select id, profile_name as name, is_default from profile where uid = %d", |