diff --git a/chandler/Database/DBEntity.php b/chandler/Database/DBEntity.php index 8b2d634..05d7069 100644 --- a/chandler/Database/DBEntity.php +++ b/chandler/Database/DBEntity.php @@ -100,7 +100,7 @@ abstract class DBEntity $this->getTable()->where("id", $this->record->id)->update(["deleted" => false]); } - function save(?bool $log = true): void + function save(?bool $log = false): void { if ($log) { $user_id = Authenticator::i()->getUser()->getId();