From e2e33b1e322c9de488190c3922c43da4ddcc26db Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Sun, 29 Jun 2008 22:09:39 +0000 Subject: [PATCH] Added missing dirs (includes/db, includes/parser, includes/specials) --- maintenance/findhooks.php | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/maintenance/findhooks.php b/maintenance/findhooks.php index a167e5e2f8..c2b1d75b25 100644 --- a/maintenance/findhooks.php +++ b/maintenance/findhooks.php @@ -26,7 +26,17 @@ include('commandLine.inc'); # GLOBALS $doc = $IP . '/docs/hooks.txt'; -$pathinc = array( $IP.'/includes/', $IP.'/includes/api/', $IP.'/includes/filerepo/', $IP.'/languages/', $IP.'/maintenance/', $IP.'/skins/' ); +$pathinc = array( + $IP.'/includes/', + $IP.'/includes/api/', + $IP.'/includes/db/', + $IP.'/includes/filerepo/', + $IP.'/includes/parser/', + $IP.'/includes/specials/', + $IP.'/languages/', + $IP.'/maintenance/', + $IP.'/skins/', +); # FUNCTIONS -- 2.20.1