From: Alexandre Emsenhuber Date: Sun, 29 Jun 2008 22:09:39 +0000 (+0000) Subject: Added missing dirs (includes/db, includes/parser, includes/specials) X-Git-Tag: 1.31.0-rc.0~46847 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=e2e33b1e322c9de488190c3922c43da4ddcc26db;p=lhc%2Fweb%2Fwiklou.git Added missing dirs (includes/db, includes/parser, includes/specials) --- 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