From 4773c942644c87ffe8d93b9469de0a5f452d3466 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Thu, 8 Dec 2022 00:00:37 +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 4dbdba2..8103869 100644 --- a/_install.php +++ b/_install.php @@ -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) {