1
0
Fork 0

Fix allow-plugins:false handling, fixes #10530

pull/10476/head
Jordi Boggiano 2022-02-15 16:14:06 +01:00
parent 23b0a3819b
commit eee8816bc3
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 1 additions and 1 deletions

View File

@ -656,7 +656,7 @@ class PluginManager
}
if (false === $allowPluginsConfig) {
return array('{^$}D' => false);
return array('{}' => false);
}
$rules = array();