From e1df3a9dbdc5cd1ddd07a8b8d5654b9b6865c6f0 Mon Sep 17 00:00:00 2001 From: Alec Smecher Date: Wed, 11 Dec 2024 09:09:19 -0800 Subject: [PATCH] Account for removed deprecated function --- classes/publicationFormat/PublicationFormatDAO.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/publicationFormat/PublicationFormatDAO.php b/classes/publicationFormat/PublicationFormatDAO.php index 93e209c5d4a..9a94ce5047c 100644 --- a/classes/publicationFormat/PublicationFormatDAO.php +++ b/classes/publicationFormat/PublicationFormatDAO.php @@ -389,7 +389,7 @@ public function insertObject($publicationFormat) ] ); - $publicationFormat->setId($this->_getInsertId()); + $publicationFormat->setId($this->getInsertId()); $this->updateLocaleFields($publicationFormat); return $publicationFormat->getId();