diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-05-30 10:08:13 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-05-30 10:08:13 +0200 |
commit | 6d4adfcedccb041283949412b4adccf85d42a9f8 (patch) | |
tree | 86f19e227325270f3a25707f16355c6985c18f20 /Zotlabs/Module/Cover_photo.php | |
parent | cac6cef4952e6535788c1c6db8ef1e58e88536a0 (diff) | |
parent | f2ebe41a509d6e7f332fdc4cb43d14d555375bdf (diff) | |
download | volse-hubzilla-6d4adfcedccb041283949412b4adccf85d42a9f8.tar.gz volse-hubzilla-6d4adfcedccb041283949412b4adccf85d42a9f8.tar.bz2 volse-hubzilla-6d4adfcedccb041283949412b4adccf85d42a9f8.zip |
Merge branch 'dev' into sabre32
Diffstat (limited to 'Zotlabs/Module/Cover_photo.php')
-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); } |