mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
minor fix
This commit is contained in:
parent
3c2f260e85
commit
651577981c
@ -780,7 +780,7 @@ ou une valeur vide lorsque la donnée nest pas connue*/
|
|||||||
if (!isset($this->historyHelper[$helper])) {
|
if (!isset($this->historyHelper[$helper])) {
|
||||||
$this->historyHelper[$helper] = new HistoryHelper();
|
$this->historyHelper[$helper] = new HistoryHelper();
|
||||||
|
|
||||||
$this->historyHelper[$helper]->setAction($action);
|
$this->historyHelper[$helper]->setAction($helper);
|
||||||
}
|
}
|
||||||
|
|
||||||
return $this->historyHelper[$helper];
|
return $this->historyHelper[$helper];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user