From df21c8491c92883e84196999eb056734b95febab Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Thu, 8 Dec 2022 00:01:47 +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 a56df38..cabfde5 100644 --- a/_install.php +++ b/_install.php @@ -55,11 +55,6 @@ try { true ); } - # Set module version - dcCore::app()->setVersion( - $mod_id, - dcCore::app()->plugins->moduleInfo($mod_id, 'version') - ); return true; } catch (Exception $e) {