dev/core#2079 do not return never-used, query-wasting variable
authoreileen <emcnaughton@wikimedia.org>
Thu, 1 Oct 2020 20:17:45 +0000 (09:17 +1300)
committereileen <emcnaughton@wikimedia.org>
Thu, 1 Oct 2020 20:17:45 +0000 (09:17 +1300)
commit4d385723bb75b15575799efc51f419081fa8bc44
tree8e656df19d7aa39b0c96b22916c43a6147e5f072
parent58c72a10da01d86f790a62c54976cbf8726117d0
dev/core#2079 do not return never-used, query-wasting variable

The second value from apiQuery is calculated using an extraneous uncached query. This function
is the only function that calls that function AND puts that value into a variable. This change clarfies that
this function does not require thhe variable
CRM/Utils/Token.php