From: Brad Jorsch Date: Fri, 15 Dec 2017 18:12:09 +0000 (-0500) Subject: Fix typo in ImportHandleUnknownUser hook documentation X-Git-Tag: 1.31.0-rc.0~1185 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=da35d3e8f1b245359fab2ae2d10358c443b451d1 Fix typo in ImportHandleUnknownUser hook documentation Change-Id: Ib37facf546e3088cc64373882bb276d2703575b4 --- diff --git a/docs/hooks.txt b/docs/hooks.txt index 29883b25a6..ee38ea9d4a 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -1840,7 +1840,7 @@ $revisionInfo: Array of revision information Return false to stop further processing of the tag $reader: XMLReader object -'ImportHandleUnknownUser': When a user does exist locally, this hook is called +'ImportHandleUnknownUser': When a user doesn't exist locally, this hook is called to give extensions an opportunity to auto-create it. If the auto-creation is successful, return false. $name: User name