From 117e179fd6d396696219ddc53c8a50a6d3299202 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Thu, 27 Mar 2014 20:10:29 +0100 Subject: [PATCH] Fix path in findHooks.php script Follow-up I4c8a2b421 (9ffd4f0): include/job was renamed to include/jobqueue. bug: 63186 Change-Id: I47d594adbaa6d944724a32ca1c701a5bfd297205 --- maintenance/findHooks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/findHooks.php b/maintenance/findHooks.php index 32ecb1d55a..6d7de091c8 100644 --- a/maintenance/findHooks.php +++ b/maintenance/findHooks.php @@ -86,7 +86,7 @@ class FindHooks extends Maintenance { $IP . '/includes/htmlform/', $IP . '/includes/installer/', $IP . '/includes/interwiki/', - $IP . '/includes/job/', + $IP . '/includes/jobqueue/', $IP . '/includes/json/', $IP . '/includes/logging/', $IP . '/includes/media/', -- 2.20.1