diff options
author | redmatrix <git@macgirvin.com> | 2016-06-04 05:01:15 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-06-04 05:01:15 -0700 |
commit | 71cd6ef24bfc9a2764a02634012b7613cd240eb2 (patch) | |
tree | e0952b1f8c84ec4b463577e8ff9669017ec77501 /Zotlabs/Module | |
parent | 9b87a249b92340b29dce3efb97c2f0cea97cce2a (diff) | |
download | volse-hubzilla-71cd6ef24bfc9a2764a02634012b7613cd240eb2.tar.gz volse-hubzilla-71cd6ef24bfc9a2764a02634012b7613cd240eb2.tar.bz2 volse-hubzilla-71cd6ef24bfc9a2764a02634012b7613cd240eb2.zip |
class object call
Diffstat (limited to 'Zotlabs/Module')
-rw-r--r-- | Zotlabs/Module/Cover_photo.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Cover_photo.php b/Zotlabs/Module/Cover_photo.php index aafc1bdb0..be27a99ef 100644 --- a/Zotlabs/Module/Cover_photo.php +++ b/Zotlabs/Module/Cover_photo.php @@ -341,7 +341,7 @@ class Cover_photo extends \Zotlabs\Web\Controller { } } - cover_photo_crop_ui_head($a, $ph, $hash, $smallest); + $this->cover_photo_crop_ui_head($a, $ph, $hash, $smallest); } |