no more need to set version

master
Jean-Christian Paul Denis 2022-12-08 00:01:47 +01:00
parent 796119e0d2
commit df21c8491c
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
1 changed files with 0 additions and 5 deletions

View File

@ -55,11 +55,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) {