Skip to content
Snippets Groups Projects
Commit 158e2698 authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

dev #72435 : better error log

parent 9dbf5c5c
Branches
Tags
2 merge requests!2894Dev#72435 3 explo autorite etape 1 minsoc09 communaute importer un fichier autorite,!2874Dev#72435 3 explo autorite etape 1 minsoc09 communaute importer un fichier autorite
Pipeline #5260 passed with stage
in 38 minutes and 15 seconds
......@@ -47,7 +47,7 @@ class Class_Cosmogramme_Integration_Record_Authority {
return $this->_rejectWith($this->_('Autorité avec vedette répétée (%s)', $id_origine));
if (!$title = $this->_getTitle())
return $this->_rejectWith($this->_('Autorité sans vedette'));
return $this->_rejectWith($this->_('Autorité sans vedette (%s)', $id_origine));
$record = ['unimarc' => $data,
'type' => Class_Notice::TYPE_AUTHORITY,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment