Skip to content

Commit 8e22bf0

Browse files
committed
Fix #78 should have been <1.2.6
1 parent 9cace10 commit 8e22bf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function initialize()
5454
}
5555
$clean_appversion = preg_replace('/\s+/', '', $applications_version);
5656

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

0 commit comments

Comments
 (0)