diff options
author | Andrew Manning <tamanning@zoho.com> | 2016-05-30 15:00:50 -0400 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2016-05-30 15:00:50 -0400 |
commit | 82ec40dd80c131dbf0335406fb1a6e4b5b127a18 (patch) | |
tree | f1652e8c736b893a21c01538742942e6ad2bab2d /Zotlabs/Module | |
parent | a52cdcb2410fc67823a3dab62b413d70ec57cdec (diff) | |
parent | f2ebe41a509d6e7f332fdc4cb43d14d555375bdf (diff) | |
download | volse-hubzilla-82ec40dd80c131dbf0335406fb1a6e4b5b127a18.tar.gz volse-hubzilla-82ec40dd80c131dbf0335406fb1a6e4b5b127a18.tar.bz2 volse-hubzilla-82ec40dd80c131dbf0335406fb1a6e4b5b127a18.zip |
Merge remote-tracking branch 'upstream/dev' into wiki
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 2e53696ff..371713c8d 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); } |