Skip to content

Commit

Permalink
don't create a revision during url imports, so that purging works ok
Browse files Browse the repository at this point in the history
  • Loading branch information
Elevator Dev (ubuntu) committed Dec 6, 2024
1 parent e9d771a commit 74144b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/Beltdrive.php
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ public function urlImport() {

}
$assetModel->createObjectFromJSON($assetArray);
$assetModel->save();
$assetModel->save(true,false);

$this->pheanstalk->delete($job);
$this->doctrine->em->clear();
Expand Down

0 comments on commit 74144b9

Please sign in to comment.