diff --git a/core/include/update.inc.php b/core/include/update.inc.php index ee11543..9af1375 100644 --- a/core/include/update.inc.php +++ b/core/include/update.inc.php @@ -72,5 +72,5 @@ if ( unlink(self::DATA_DIR . $courseId . '/theme.css'); } } - //$this->setData(['core', 'dataVersion', 12002]); + $this->setData(['core', 'dataVersion', 12002]); }