aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Cover_photo.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-06-27 22:25:37 -0700
committerredmatrix <git@macgirvin.com>2016-06-27 22:25:37 -0700
commit7d7f43c2056fd50ff26aed5df553bf4936ead196 (patch)
tree8aa181cc6c1c60a803178976be03ddfa1981b7d1 /Zotlabs/Module/Cover_photo.php
parent30a5fe30617ef19d7cb896783442d43277ce5a8e (diff)
downloadvolse-hubzilla-7d7f43c2056fd50ff26aed5df553bf4936ead196.tar.gz
volse-hubzilla-7d7f43c2056fd50ff26aed5df553bf4936ead196.tar.bz2
volse-hubzilla-7d7f43c2056fd50ff26aed5df553bf4936ead196.zip
still working through some issues with curl magic-auth
fixed profile photo upload
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 9887b8203..886958b37 100644
--- a/Zotlabs/Module/Cover_photo.php
+++ b/Zotlabs/Module/Cover_photo.php
@@ -50,7 +50,7 @@ class Cover_photo extends \Zotlabs\Web\Controller {
check_form_security_token_redirectOnErr('/cover_photo', 'cover_photo');
- if((x($_POST,'cropfinal')) && ($_POST['cropfinal'] == 1)) {
+ if((array_key_exists('cropfinal',$_POST)) && ($_POST['cropfinal'] == 1)) {
// phase 2 - we have finished cropping