aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Cover_photo.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-05-29 20:18:28 -0700
committerredmatrix <git@macgirvin.com>2016-05-29 20:18:28 -0700
commitf2ebe41a509d6e7f332fdc4cb43d14d555375bdf (patch)
treeb28bb93bea0d4a4fea24018322b2ff3a698cdd91 /Zotlabs/Module/Cover_photo.php
parent3b2679db29077c33912edb085a24906708ad97ee (diff)
downloadvolse-hubzilla-f2ebe41a509d6e7f332fdc4cb43d14d555375bdf.tar.gz
volse-hubzilla-f2ebe41a509d6e7f332fdc4cb43d14d555375bdf.tar.bz2
volse-hubzilla-f2ebe41a509d6e7f332fdc4cb43d14d555375bdf.zip
undefined function
Diffstat (limited to 'Zotlabs/Module/Cover_photo.php')
-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);
}