diff options
author | redmatrix <git@macgirvin.com> | 2016-06-22 20:17:19 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-06-22 20:18:08 -0700 |
commit | 32408ed6a317f64c6a6831f78315117a4cd2f694 (patch) | |
tree | 7ec951f27877cda5a7018dcdddff810d869417fb | |
parent | 76f07a7f97a255989870101f77c3069266d3205a (diff) | |
download | volse-hubzilla-32408ed6a317f64c6a6831f78315117a4cd2f694.tar.gz volse-hubzilla-32408ed6a317f64c6a6831f78315117a4cd2f694.tar.bz2 volse-hubzilla-32408ed6a317f64c6a6831f78315117a4cd2f694.zip |
missing class selector when "use photo as profile photo"
-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 6129a7492..bb332f4ab 100644 --- a/Zotlabs/Module/Profile_photo.php +++ b/Zotlabs/Module/Profile_photo.php @@ -349,7 +349,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", |