From 56b12f655546dc122e734654e1d5e5fc6dd06c43 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Fri, 30 Sep 2016 13:00:15 -0700 Subject: issue #538 continued --- Zotlabs/Module/Getfile.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Zotlabs/Module/Getfile.php') diff --git a/Zotlabs/Module/Getfile.php b/Zotlabs/Module/Getfile.php index 12c1d0842..3d859d94b 100644 --- a/Zotlabs/Module/Getfile.php +++ b/Zotlabs/Module/Getfile.php @@ -30,9 +30,9 @@ class Getfile extends \Zotlabs\Web\Controller { logger('post: ' . print_r($_POST,true),LOGGER_DEBUG,LOG_INFO); - $hash = $_POST['hash']; - $time = $_POST['time']; - $sig = $_POST['signature']; + $hash = $_POST['hash']; + $time = $_POST['time']; + $sig = $_POST['signature']; $resource = $_POST['resource']; $revision = intval($_POST['revision']); -- cgit v1.2.3