aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorAndrew Manning <tamanning@zoho.com>2016-05-30 15:00:50 -0400
committerAndrew Manning <tamanning@zoho.com>2016-05-30 15:00:50 -0400
commit82ec40dd80c131dbf0335406fb1a6e4b5b127a18 (patch)
treef1652e8c736b893a21c01538742942e6ad2bab2d /Zotlabs
parenta52cdcb2410fc67823a3dab62b413d70ec57cdec (diff)
parentf2ebe41a509d6e7f332fdc4cb43d14d555375bdf (diff)
downloadvolse-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')
-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 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);
}