aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-06-04 05:01:15 -0700
committerredmatrix <git@macgirvin.com>2016-06-04 05:01:15 -0700
commit71cd6ef24bfc9a2764a02634012b7613cd240eb2 (patch)
treee0952b1f8c84ec4b463577e8ff9669017ec77501
parent9b87a249b92340b29dce3efb97c2f0cea97cce2a (diff)
downloadvolse-hubzilla-71cd6ef24bfc9a2764a02634012b7613cd240eb2.tar.gz
volse-hubzilla-71cd6ef24bfc9a2764a02634012b7613cd240eb2.tar.bz2
volse-hubzilla-71cd6ef24bfc9a2764a02634012b7613cd240eb2.zip
class object call
-rw-r--r--Zotlabs/Module/Cover_photo.php2
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);
}