From 6a868c037af6c11b8ef9aa2a832bf7fcc8d685d5 Mon Sep 17 00:00:00 2001 From: Banana Date: Mon, 9 Oct 2023 15:01:13 +0200 Subject: [PATCH] fixed #21 --- CHANGELOG | 2 ++ webclient/lib/managecollectionfields.class.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 9be7175..9acfe28 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ 1.x - Chizra * Config change. Added new entry. See upgrade/from-version-1.5.txt. It won't work if it is missing. * Licence change to GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 + * Cleanups + * Fixed: #21 1.5 - Sacred Passage 2023-05-01 * Added google books parser. See upgrade file for more infos. diff --git a/webclient/lib/managecollectionfields.class.php b/webclient/lib/managecollectionfields.class.php index 0e9c46a..c51db5f 100644 --- a/webclient/lib/managecollectionfields.class.php +++ b/webclient/lib/managecollectionfields.class.php @@ -239,7 +239,7 @@ class ManageCollectionFields { } catch (Exception $e) { $this->_DB->rollback(); - Summoner::sysLog("[ERROR] asd ".__METHOD__." mysql catch: ".$e->getMessage()); + Summoner::sysLog("[ERROR] update fields ".__METHOD__." mysql catch: ".$e->getMessage()); } } -- 2.39.5