diff options
author | zotlabs <mike@macgirvin.com> | 2017-09-07 18:52:18 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-09-07 18:52:18 -0700 |
commit | 1fbb1e6c2a665159d0085217c9b73d571e360256 (patch) | |
tree | 3a6d075cdfbca0f7fb15b989ee7b6fb191f3bb67 /Zotlabs/Zot/Verify.php | |
parent | 7e9162ef06b4719723941679e55af079421ae475 (diff) | |
download | volse-hubzilla-1fbb1e6c2a665159d0085217c9b73d571e360256.tar.gz volse-hubzilla-1fbb1e6c2a665159d0085217c9b73d571e360256.tar.bz2 volse-hubzilla-1fbb1e6c2a665159d0085217c9b73d571e360256.zip |
initial testing success with owa
Diffstat (limited to 'Zotlabs/Zot/Verify.php')
-rw-r--r-- | Zotlabs/Zot/Verify.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Zot/Verify.php b/Zotlabs/Zot/Verify.php index 1f1288aa0..1d9e6de3f 100644 --- a/Zotlabs/Zot/Verify.php +++ b/Zotlabs/Zot/Verify.php @@ -33,7 +33,7 @@ class Verify { function get_meta($type,$channel_id,$token) { - $r = q("select id from verify where vtype = '%s' and channel = %d and token = '%s' limit 1", + $r = q("select id, meta from verify where vtype = '%s' and channel = %d and token = '%s' limit 1", dbesc($type), intval($channel_id), dbesc($token) |