From 1f277de1531f9f02cb86099948bedef516f420d6 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Thu, 8 Dec 2022 00:06:27 +0100 Subject: [PATCH] no more need to set version --- _install.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/_install.php b/_install.php index 4b8ef41..fc2a0b4 100644 --- a/_install.php +++ b/_install.php @@ -114,11 +114,6 @@ try { true ); } - # Set module version - dcCore::app()->setVersion( - $mod_id, - dcCore::app()->plugins->moduleInfo($mod_id, 'version') - ); return true; } catch (Exception $e) {