diff options
author | friendica <info@friendica.com> | 2012-06-19 00:50:24 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-06-19 00:50:24 -0700 |
commit | 777830745f60359546195ae429deab50398fef0f (patch) | |
tree | 1802cab9b4c83c2e18baadd78aedc8f76bb0e3e2 /spec/zot-2012.txt | |
parent | 00a01e4520a0e52589f28330d2267fd7126af4fe (diff) | |
download | volse-hubzilla-777830745f60359546195ae429deab50398fef0f.tar.gz volse-hubzilla-777830745f60359546195ae429deab50398fef0f.tar.bz2 volse-hubzilla-777830745f60359546195ae429deab50398fef0f.zip |
missing $submit
Diffstat (limited to 'spec/zot-2012.txt')
-rw-r--r-- | spec/zot-2012.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/zot-2012.txt b/spec/zot-2012.txt index 4bfab16d8..2e1f3c3c4 100644 --- a/spec/zot-2012.txt +++ b/spec/zot-2012.txt @@ -66,7 +66,7 @@ POST https://example.com/post 'person' => $guuid 'address' => $new_gduid 'site' => 'https://newsite.com' -'info' => 'mike@macgirvin.com' +'info' => 'mike@newsite.com' 'pass' => me_encrypt($gduid . '.' . $pass) } |