From: Umherirrender Date: Sat, 10 Feb 2018 21:25:40 +0000 (+0100) Subject: Search for Hooks::runWithoutAbort in maintenance/findHooks.php X-Git-Tag: 1.31.0-rc.0~619^2 X-Git-Url: http://git.cyclocoop.org/%7B%7B%20url_for%28%27admin_vote_del%27%2C%20idvote=vote.voteid%29%20%7D%7D?a=commitdiff_plain;h=055b5f82b7d454a5d882ba9d2e9832e24e4084a3;p=lhc%2Fweb%2Fwiklou.git Search for Hooks::runWithoutAbort in maintenance/findHooks.php Follows-up I94c7ab656bd1a04 Change-Id: I63faf3071e55bb0ba5aba1536bc98a969fb564af --- 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