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();