aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Profile_photo.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-06-22 20:17:19 -0700
committerredmatrix <git@macgirvin.com>2016-06-22 20:17:19 -0700
commit515b054a6e6e5030b66753147cff424e0f37bab8 (patch)
treeec8fc2ea191e9efd9c7c876c8482dfcbd9b2908c /Zotlabs/Module/Profile_photo.php
parentcef77ce5bb296829576f5d7a515b56a8b18f99eb (diff)
downloadvolse-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.php2
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",