diff --git a/scripts/update/Updater.php b/scripts/update/Updater.php index c678941895d..90d4e565c00 100644 --- a/scripts/update/Updater.php +++ b/scripts/update/Updater.php @@ -51,7 +51,7 @@ use oat\tao\model\theme\DefaultTheme; use oat\tao\model\theme\CompatibilityTheme; use oat\tao\model\theme\Theme; - +use oat\tao\scripts\update\OntologyUpdater; /** * * @author Joel Bout @@ -442,6 +442,7 @@ public function update($initialVersion) { } if($this->isVersion('2.15.3')){ + OntologyUpdater::syncModels(); $this->setVersion('2.15.4'); }