X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FWorker%2FExpire.php;h=7c304a5b249227f5bcb11a3e4313107993128e02;hb=bf8fb215a9cc554b5ec5b774168a52fb56fa43e6;hp=f98d56ed0c43ad429ca336d65d18d546a4205277;hpb=f047944b2d28adb2239d68c81f1281d6ccffba8b;p=friendica.git diff --git a/src/Worker/Expire.php b/src/Worker/Expire.php index f98d56ed0c..7c304a5b24 100644 --- a/src/Worker/Expire.php +++ b/src/Worker/Expire.php @@ -52,11 +52,6 @@ class Expire // Normally we shouldn't have orphaned data at all. // If we do have some, then we have to check why. - Logger::log('Deleting orphaned item activities - start', Logger::DEBUG); - $condition = ["NOT EXISTS (SELECT `iaid` FROM `item` WHERE `item`.`iaid` = `item-activity`.`id`)"]; - DBA::delete('item-activity', $condition); - Logger::log('Orphaned item activities deleted: ' . DBA::affectedRows(), Logger::DEBUG); - Logger::log('Deleting orphaned item content - start', Logger::DEBUG); $condition = ["NOT EXISTS (SELECT `icid` FROM `item` WHERE `item`.`icid` = `item-content`.`id`)"]; DBA::delete('item-content', $condition);