no more need to set version

This commit is contained in:
Jean-Christian Paul Denis 2022-12-08 00:06:27 +01:00
parent 9669c42338
commit 1f277de153
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951

View File

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