Merge pull request #738 from albig/cherry-pick-736

Fix logger in MetsDocument and IiifManifest
This commit is contained in:
Alexander Bigga 2021-11-16 10:14:56 +01:00 committed by GitHub
commit 0cd1e90776
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1612,6 +1612,7 @@ abstract class Document
*/
protected function __construct($uid, $pid, $preloadedDocument)
{
$this->logger = GeneralUtility::makeInstance(LogManager::class)->getLogger();
$queryBuilder = GeneralUtility::makeInstance(ConnectionPool::class)
->getQueryBuilderForTable('tx_dlf_documents');
$location = '';

View File

@ -13,7 +13,7 @@
$EM_CONF[$_EXTKEY] = [
'title' => 'Kitodo.Presentation',
'description' => 'Base plugins, modules, services and API of the Digital Library Framework. It is part of the community-based Kitodo Digitization Suite.',
'version' => '3.3.0',
'version' => '3.3.1',
'category' => 'misc',
'constraints' => [
'depends' => [