Fix false positive in findHooks.php

Use " instead of ', so the script doesn't think it's a hook

Change-Id: Idb28a368eee6bcfe70d1d3aa0a89329769d3fa26
This commit is contained in:
Kunal Mehta 2013-11-12 23:24:27 -08:00 committed by IAlex
parent 67943df92c
commit 8b4ee2bb3b

View file

@ -2852,4 +2852,4 @@ data. Can be used to post-process the results.
of values).
More hooks might be available but undocumented, you can execute
'php maintenance/findHooks.php' to find hidden ones.
"php maintenance/findHooks.php" to find hidden ones.