From adbc23265086486c7acd625da7a31348efe96052 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Thu, 8 Dec 2022 00:25:25 +0100 Subject: [PATCH] no more need to set version --- _install.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/_install.php b/_install.php index a290932..6320b06 100644 --- a/_install.php +++ b/_install.php @@ -39,12 +39,6 @@ try { )); } - # Set module version - dcCore::app()->setVersion( - $mod_id, - dcCore::app()->plugins->moduleInfo($mod_id, 'version') - ); - return true; } catch (Exception $e) { dcCore::app()->error->add($e->getMessage());