Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mips2648 committed Jul 3, 2024
1 parent a345bc8 commit e568687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/class/virtual.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public function refresh() {
}
}
} catch (Exception $exc) {
log::add('virtual', 'error', __('Erreur pour', __FILE__) . ' ' . $eqLogic->getHumanName() . ' : ' . $exc->getMessage());
log::add('virtual', 'error', __('Erreur pour', __FILE__) . ' ' . $this->getHumanName() . ' : ' . $exc->getMessage());
}
}

Expand Down

0 comments on commit e568687

Please sign in to comment.