Skip to content

Commit

Permalink
Account for removed deprecated function
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Dec 11, 2024
1 parent 43894cd commit e1df3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/publicationFormat/PublicationFormatDAO.php
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ public function insertObject($publicationFormat)
]
);

$publicationFormat->setId($this->_getInsertId());
$publicationFormat->setId($this->getInsertId());
$this->updateLocaleFields($publicationFormat);

return $publicationFormat->getId();
Expand Down

0 comments on commit e1df3a9

Please sign in to comment.