Skip to content

Commit

Permalink
Fix #78 should have been <1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
creecros committed Mar 30, 2023
1 parent 9cace10 commit 8e22bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function initialize()
}
$clean_appversion = preg_replace('/\s+/', '', $applications_version);

if (version_compare($clean_appversion, '1.2.5', '<')) {
if (version_compare($clean_appversion, '1.2.6', '<')) {
if (file_exists('plugins/MetaMagik')) {
$this->container['taskFinderModel'] = $this->container->factory(function ($c) {
return new OldMetaMagikSubquery($c);
Expand Down

0 comments on commit 8e22bf0

Please sign in to comment.