no more need to set version

This commit is contained in:
Jean-Christian Paul Denis 2022-12-08 00:00:37 +01:00
parent adc36d0e84
commit 4773c94264
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951

View File

@ -56,11 +56,6 @@ try {
true
);
}
# Set module version
dcCore::app()->setVersion(
$mod_id,
dcCore::app()->plugins->moduleInfo($mod_id, 'version')
);
return true;
} catch (Exception $e) {