diff options
author | zotlabs <mike@macgirvin.com> | 2017-11-29 14:08:30 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-11-29 14:08:30 -0800 |
commit | 6a4050cc9386effc86d2b0279c33ae1a1925a5ab (patch) | |
tree | d7a1ef5f9861d02f6cbf618da097732245e91994 /Zotlabs/Module/Getfile.php | |
parent | 5abcb8c97813d66b63ca697ca626347a9fd8d95c (diff) | |
download | volse-hubzilla-6a4050cc9386effc86d2b0279c33ae1a1925a5ab.tar.gz volse-hubzilla-6a4050cc9386effc86d2b0279c33ae1a1925a5ab.tar.bz2 volse-hubzilla-6a4050cc9386effc86d2b0279c33ae1a1925a5ab.zip |
use the same variable name consistently
Diffstat (limited to 'Zotlabs/Module/Getfile.php')
-rw-r--r-- | Zotlabs/Module/Getfile.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Getfile.php b/Zotlabs/Module/Getfile.php index 3f84b4050..abc9f50d9 100644 --- a/Zotlabs/Module/Getfile.php +++ b/Zotlabs/Module/Getfile.php @@ -28,7 +28,7 @@ class Getfile extends \Zotlabs\Web\Controller { function post() { - $header_verification = false; + $header_verified = false; $hash = $_POST['hash']; $time = $_POST['time']; |