fixed module update issue
This commit is contained in:
parent
f30e5bd174
commit
70d5f6d656
@ -97,7 +97,7 @@ class FinishUpdate extends Job
|
||||
$class = '\Modules\\' . $module->getStudlyName() . str_replace('/', '\\', $path);
|
||||
|
||||
// Skip if listener is same or lower than old version
|
||||
if (version_compare($class::VERSION, $this->old, '=<')) {
|
||||
if (version_compare($class::VERSION, $this->old, '<=')) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user