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:
parent
67943df92c
commit
8b4ee2bb3b
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue