diff options
author | zotlabs <mike@macgirvin.com> | 2018-02-21 20:59:30 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-02-21 20:59:30 -0800 |
commit | 2d69b419ff9a0b2186d9479447f75f37b9102fa6 (patch) | |
tree | ef13efbd53a86466be7192883578b6f33512f882 /include/zid.php | |
parent | fef3155e6ac04dcbc5b414b8dbc252267282dd47 (diff) | |
download | volse-hubzilla-2d69b419ff9a0b2186d9479447f75f37b9102fa6.tar.gz volse-hubzilla-2d69b419ff9a0b2186d9479447f75f37b9102fa6.tar.bz2 volse-hubzilla-2d69b419ff9a0b2186d9479447f75f37b9102fa6.zip |
move Zotlabs\Zot\Verify to Zotlabs\Lib\Verify as part of the z6 re-org
Diffstat (limited to 'include/zid.php')
-rw-r--r-- | include/zid.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/zid.php b/include/zid.php index b3a7d1e6a..67c1d9f6c 100644 --- a/include/zid.php +++ b/include/zid.php @@ -265,9 +265,9 @@ function red_zrlify_img_callback($matches) { */ function owt_init($token) { - \Zotlabs\Zot\Verify::purge('owt', '3 MINUTE'); + \Zotlabs\Lib\Verify::purge('owt', '3 MINUTE'); - $ob_hash = \Zotlabs\Zot\Verify::get_meta('owt', 0, $token); + $ob_hash = \Zotlabs\Lib\Verify::get_meta('owt', 0, $token); if($ob_hash === false) { return; |