Skip to content
Snippets Groups Projects
Commit 9e8d96d1 authored by Meusburger's avatar Meusburger
Browse files

Merge branch 'hotline_#27283_fatal_error_integration' into 'stable'

Hotline #27283 fatal error integration

See merge request !997
parents a7fbbea9 1400b78a
Branches
Tags
2 merge requests!999Master,!998Stable
......@@ -57,7 +57,8 @@ class Class_Cosmogramme_Integration_PhasePrepareIntegrations extends Class_Cosmo
public function _runOne($majauto) {
$id_bib = $majauto->getIdBib();
$bib = Class_IntBib::find($id_bib);
if(!$bib = Class_IntBib::find($id_bib))
return;
$this->_log->ecrire( '<tr><td class="blank"><span class="bib">' . $bib->getNomCourt($id_bib) .'</span></td><td class="blank">'.$majauto->getNomFichier().'</td><td class="blank">');
......
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