diff --git a/_install.php b/_install.php index 1891b2c..ec62eed 100644 --- a/_install.php +++ b/_install.php @@ -14,10 +14,9 @@ if (!defined('DC_CONTEXT_ADMIN')) { return null; } -if (version_compare( - dcCore::app()->getVersion('activityReport'), - dcCore::app()->plugins->moduleInfo('activityReport', 'version'), - '>=' +if (!dcCore::app()->newVersion( + basename(__DIR__), + dcCore::app()->plugins->moduleInfo(basename(__DIR__), 'version') )) { return null; }