Merge branch 'hotfix/4.3.2'
This commit is contained in:
@@ -228,7 +228,7 @@ class HookManager
|
||||
|
||||
foreach ($hookData as $key => $hookList) {
|
||||
foreach ($hookList as $rowHookName) {
|
||||
if (preg_match('/\\'.$class.'$/', $rowHookName)) {
|
||||
if (preg_match('/\\\\'.$class.'$/', $rowHookName)) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user