From: Chad Horohoe Date: Fri, 31 Jul 2009 00:59:26 +0000 (+0000) Subject: Add /includes/search/ to findhooks. Looks good! X-Git-Tag: 1.31.0-rc.0~40620 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=1b6be6ad2e044d02fccd6d16940ee8fd9d399468;p=lhc%2Fweb%2Fwiklou.git Add /includes/search/ to findhooks. Looks good! --- 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/',