Skip to content

Commit

Permalink
sync ontology to apply lang change
Browse files Browse the repository at this point in the history
  • Loading branch information
llecaque committed Feb 19, 2016
1 parent a4a2ced commit 725188e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/update/Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
Expand Down Expand Up @@ -442,6 +442,7 @@ public function update($initialVersion) {
}

if($this->isVersion('2.15.3')){
OntologyUpdater::syncModels();
$this->setVersion('2.15.4');
}

Expand Down

0 comments on commit 725188e

Please sign in to comment.