Skip to content

Commit

Permalink
[BUGFIX] Remove old code relict which creates wrong log entries (#1452)
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil authored Feb 1, 2025
1 parent b227afc commit addd63e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Classes/Controller/OaiPmhController.php
Original file line number Diff line number Diff line change
@@ -394,10 +394,6 @@ protected function verbIdentify()

$oaiIdentifyInfo = [];

if (!$oaiIdentifyInfo) {
$this->logger->notice('Incomplete plugin configuration');
}

$oaiIdentifyInfo['oai_label'] = $library ? $library->getOaiLabel() : '';
// Use default values for an installation with incomplete plugin configuration.
if (empty($oaiIdentifyInfo['oai_label'])) {

0 comments on commit addd63e

Please sign in to comment.