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