Commit 46bac1fe by Frédéric

Fix

parent 3c215afb
...@@ -103,7 +103,7 @@ class Synchronisation ...@@ -103,7 +103,7 @@ class Synchronisation
$schema->updateCron(); $schema->updateCron();
// Add data // Add data
$data = new Data($this->application, $this->flux->getCode(), $arrayStream, $options); $data = new Data($this->application, $this->flux->getFluxCode(), $arrayStream, $options);
$data->insert(); $data->insert();
} }
......
Markdown is supported
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