1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-08 06:06:45 +02:00

refactor(plugins): typo refactor Plugins API

This commit is contained in:
Awilum
2020-12-17 10:02:52 +03:00
parent f50e78913e
commit 51ef5845e9

View File

@@ -151,7 +151,7 @@ class Plugins
// Check if is not set plugin priority
if (! isset($plugins[$plugin['dirname']]['settings']['priority'])) {
// Set default plugin priority = 1
// Set default plugin priority = 100
$plugins[$plugin['dirname']]['settings']['priority'] = 100;
}
@@ -316,7 +316,6 @@ class Plugins
}
}
// If plugin is verified than include it
if (! $verified) {
continue;
}