From 725188e723d83cf1ad5d2837ee4354609994fa12 Mon Sep 17 00:00:00 2001 From: Lionel Lecaque Date: Fri, 19 Feb 2016 18:40:25 +0000 Subject: [PATCH] sync ontology to apply lang change --- scripts/update/Updater.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'); }