Update productlinkchecker.php
This commit is contained in:
@@ -20,7 +20,7 @@ class ProductLinkChecker extends Module
|
||||
$this->version = '1.0.0';
|
||||
$this->author = 'Panariga';
|
||||
$this->need_instance = 0;
|
||||
$this->ps_versions_compliancy = ['min' => '1.7.6', 'max' => _PS_VERSION_];
|
||||
$this->ps_versions_compliancy = ['min' => '1.7.0', 'max' => _PS_VERSION_];
|
||||
$this->bootstrap = true;
|
||||
|
||||
parent::__construct();
|
||||
|
||||
Reference in New Issue
Block a user