X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FfindHooks.php;h=9903c9efd3b27e7dd0b6673f40d590ca289b5e24;hb=53926d9d6940eaa7f40086c9cf89af7bc726e73f;hp=04c00e27f1855aa6cfc21786d2662b43a50729ce;hpb=993f0c6f1e1708d78cccca3e9133c62f9392e245;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/findHooks.php b/maintenance/findHooks.php index 04c00e27f1..9903c9efd3 100644 --- a/maintenance/findHooks.php +++ b/maintenance/findHooks.php @@ -245,7 +245,7 @@ class FindHooks extends Maintenance { $m = []; preg_match_all( // All functions which runs hooks - '/(?:wfRunHooks|Hooks\:\:run)\s*\(\s*' . + '/(?:wfRunHooks|Hooks\:\:run|Hooks\:\:runWithoutAbort)\s*\(\s*' . // First argument is the hook name as string '([\'"])(.*?)\1' . // Comma for second argument