From 1b6be6ad2e044d02fccd6d16940ee8fd9d399468 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Fri, 31 Jul 2009 00:59:26 +0000 Subject: [PATCH] Add /includes/search/ to findhooks. Looks good! --- maintenance/findhooks.php | 1 + 1 file changed, 1 insertion(+) diff --git a/maintenance/findhooks.php b/maintenance/findhooks.php index e05426c87a..6c34909956 100644 --- a/maintenance/findhooks.php +++ b/maintenance/findhooks.php @@ -33,6 +33,7 @@ $pathinc = array( $IP.'/includes/diff/', $IP.'/includes/filerepo/', $IP.'/includes/parser/', + $IP.'/includes/search/', $IP.'/includes/specials/', $IP.'/includes/upload/', $IP.'/languages/', -- 2.20.1