From 06403f1546535ed0cc3d1bc3877977fda438f693 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 1 Jan 2023 07:52:28 +0000 Subject: [PATCH] License updated --- src/Database/PostUpdate.php | 5 +++-- src/Model/APContact.php | 2 +- src/Model/GServer.php | 2 +- src/Util/HTTPSignature.php | 2 +- static/dbstructure.config.php | 2 +- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/Database/PostUpdate.php b/src/Database/PostUpdate.php index 41333a34b7..9feee2bcc9 100644 --- a/src/Database/PostUpdate.php +++ b/src/Database/PostUpdate.php @@ -1,6 +1,6 @@ $inbox], ["`gsid` IS NULL"]); +// $condition = DBA::mergeConditions(['url' => $inbox], ["`gsid` IS NULL"]); + $condition = ['url' => $inbox]; DBA::update('inbox-status', ['gsid' => $apcontact['gsid'], 'archive' => GServer::isDefunctById($apcontact['gsid'])], $condition); ++$rows; } diff --git a/src/Model/APContact.php b/src/Model/APContact.php index 851916de95..09a6cb9e78 100644 --- a/src/Model/APContact.php +++ b/src/Model/APContact.php @@ -1,6 +1,6 @@