Search for Hooks::runWithoutAbort in maintenance/findHooks.php
authorUmherirrender <umherirrender_de.wp@web.de>
Sat, 10 Feb 2018 21:25:40 +0000 (22:25 +0100)
committerUmherirrender <umherirrender_de.wp@web.de>
Sat, 10 Feb 2018 21:25:40 +0000 (22:25 +0100)
Follows-up I94c7ab656bd1a04

Change-Id: I63faf3071e55bb0ba5aba1536bc98a969fb564af

maintenance/findHooks.php

index 04c00e2..9903c9e 100644 (file)
@@ -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