Skip to content

Commit

Permalink
Merge branch 'main' into avoid_recursion
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-meyer authored Feb 1, 2025
2 parents 8c6b001 + addd63e commit d076b67
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
Expand Up @@ -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'])) {
Expand Down

0 comments on commit d076b67

Please sign in to comment.