X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FfindHooks.php;h=a902397391177f1b5238dc6d25566adb8620178d;hb=e2629248bbd15f9ce6c044a11c47c4cb988d09e8;hp=b57db8f18cf45ba0c8357acb7c5599816b1c81c8;hpb=57609f4ded4c9ac529d7fbfd30d3585372fcc0ce;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/findHooks.php b/maintenance/findHooks.php index b57db8f18c..a902397391 100644 --- a/maintenance/findHooks.php +++ b/maintenance/findHooks.php @@ -306,7 +306,7 @@ class FindHooks extends Maintenance { /** * Get hooks from a directory of PHP files. * @param string $dir Directory path to start at - * @param int $recursive Pass self::FIND_RECURSIVE + * @param int $recurse Pass self::FIND_RECURSIVE * @return array Array: key => hook name; value => array of arguments or string 'unknown' */ private function getHooksFromDir( $dir, $recurse = 0 ) {