Fixed the clone method that gave the error Call to undefined method ComponentbuilderModelImport_joomla_components::updateAfter()

This commit is contained in:
2018-05-04 22:27:49 +02:00
parent cc35295cf6
commit 7cb78222ea
10 changed files with 53 additions and 25 deletions

View File

@ -875,7 +875,7 @@ class ComponentbuilderModelJoomla_components extends JModelList
}
}
// do an after all run on all items that need it
$model->updateAfter();
$model->updateAfterAll();
// finally move the old datasets
$model->moveDivergedData();
// we had success