aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-06-22 20:17:19 -0700
committerredmatrix <git@macgirvin.com>2016-06-22 20:18:08 -0700
commit32408ed6a317f64c6a6831f78315117a4cd2f694 (patch)
tree7ec951f27877cda5a7018dcdddff810d869417fb
parent76f07a7f97a255989870101f77c3069266d3205a (diff)
downloadvolse-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.php2
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",