From 56d1c083174aacd019176cd79236d84f52604dd8 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Wed, 21 Feb 2018 21:18:54 -0800 Subject: [PATCH] move dreport from zot to lib --- Zotlabs/{Zot => Lib}/DReport.php | 2 +- include/zot.php | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) rename Zotlabs/{Zot => Lib}/DReport.php (98%) diff --git a/Zotlabs/Zot/DReport.php b/Zotlabs/Lib/DReport.php similarity index 98% rename from Zotlabs/Zot/DReport.php rename to Zotlabs/Lib/DReport.php index c90f4f670..a68d6c18f 100644 --- a/Zotlabs/Zot/DReport.php +++ b/Zotlabs/Lib/DReport.php @@ -1,5 +1,5 @@ addto_recipient($channel['channel_name'] . ' <' . channel_reddress($channel) . '>'); } else - $DR = new Zotlabs\Zot\DReport(z_root(),$d['hash'],$d['hash'],'sync packet','channel sync delivered'); + $DR = new Zotlabs\Lib\DReport(z_root(),$d['hash'],$d['hash'],'sync packet','channel sync delivered'); $result[] = $DR->get(); }