Use a better regular expression to find documented hooks in findHooks.php
authorAlexandre Emsenhuber <ialex.wiki@gmail.com>
Sun, 15 Dec 2013 13:55:39 +0000 (14:55 +0100)
committerAlexandre Emsenhuber <ialex.wiki@gmail.com>
Sun, 15 Dec 2013 13:55:39 +0000 (14:55 +0100)
commit4a5f18e58d133e59d1e30048204863decc698401
tree088559cd15e29e3d9269f974c822522f5931412d
parent99d385eced98f16a4f508d322b4ddb7cdc7d563d
Use a better regular expression to find documented hooks in findHooks.php

Added a ":" after the second quote so that only strings in the form
'Hook': are matched, otherwise the line 1172 of hooks.txt provoques the
the following message:
Documented and not found: value
because the line starts with 'value'.

Change-Id: I1d603e3fa10dcabf25e31f6a71aad233571738b5
maintenance/findHooks.php