ZP-831 Combined - typo variable name. Released under the Affero GNU General...

ZP-831 Combined - typo variable name. Released under the Affero GNU General Public License (AGPL) version 3.
parent f9e71d7f
...@@ -173,7 +173,7 @@ class ExportChangesCombined implements IExportChanges { ...@@ -173,7 +173,7 @@ class ExportChangesCombined implements IExportChanges {
public function InitializeExporter(&$importer) { public function InitializeExporter(&$importer) {
ZLog::Write(LOGLEVEL_DEBUG, "ExportChangesCombined->InitializeExporter(...)"); ZLog::Write(LOGLEVEL_DEBUG, "ExportChangesCombined->InitializeExporter(...)");
foreach ($this->exporters as $i => $e) { foreach ($this->exporters as $i => $e) {
if(!isset($this->_importwraps[$i])){ if(!isset($this->importwraps[$i])){
$this->importwraps[$i] = new ImportHierarchyChangesCombinedWrap($i, $this->backend, $importer); $this->importwraps[$i] = new ImportHierarchyChangesCombinedWrap($i, $this->backend, $importer);
} }
$e->InitializeExporter($this->importwraps[$i]); $e->InitializeExporter($this->importwraps[$i]);
......
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