From cfa2ac2d0acc91d0d58b59156324f4ae2fea03a7 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Fri, 19 Feb 2016 14:02:55 -0800 Subject: [PATCH] move dreport to zotlabs\zot namespace --- {include => Zotlabs/Zot}/DReport.php | 2 +- include/zot.php | 11 ++++------- 2 files changed, 5 insertions(+), 8 deletions(-) rename {include => Zotlabs/Zot}/DReport.php (98%) diff --git a/include/DReport.php b/Zotlabs/Zot/DReport.php similarity index 98% rename from include/DReport.php rename to Zotlabs/Zot/DReport.php index ef86c8cbc..c90f4f670 100644 --- a/include/DReport.php +++ b/Zotlabs/Zot/DReport.php @@ -1,5 +1,5 @@ addto_recipient($channel['channel_name'] . ' <' . $channel['channel_address'] . '@' . get_app()->get_hostname() . '>'); } else - $DR = new DReport(z_root(),$d['hash'],$d['hash'],'sync packet','channel sync delivered'); + $DR = new Zotlabs\Zot\DReport(z_root(),$d['hash'],$d['hash'],'sync packet','channel sync delivered'); $result[] = $DR->get();