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) {