aboutsummaryrefslogtreecommitdiffstats
path: root/include/zid.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-02-22 10:11:18 +0100
committerMario Vavti <mario@mariovavti.com>2018-02-22 10:11:18 +0100
commita1f9d40d08de8cf126a7a519c6f040c4df5ed00c (patch)
tree10b2ca3ff65caf9425b85449b58615fdaf7ef443 /include/zid.php
parentbdcee4fc30d3be9c8e986a75f3f05ce2cddca1fd (diff)
parentbb2ec5d8dc93ba81a3c156d647639eea131af5a3 (diff)
downloadvolse-hubzilla-a1f9d40d08de8cf126a7a519c6f040c4df5ed00c.tar.gz
volse-hubzilla-a1f9d40d08de8cf126a7a519c6f040c4df5ed00c.tar.bz2
volse-hubzilla-a1f9d40d08de8cf126a7a519c6f040c4df5ed00c.zip
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'include/zid.php')
-rw-r--r--include/zid.php4
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;