[REF] Minor readability fix
authoreileen <emcnaughton@wikimedia.org>
Wed, 9 Sep 2020 04:18:45 +0000 (16:18 +1200)
committereileen <emcnaughton@wikimedia.org>
Wed, 9 Sep 2020 04:18:45 +0000 (16:18 +1200)
commita475741355ec2dc1ae7ffbcc5cdc507ba42a99c5
tree50d517ad4f99a785d63c3b3e868b545378e3e2cc
parentf47e98c0f2769f8cf8151f240ecaed50e18df110
[REF] Minor readability fix

None of the table names in this query are localisable so we don't need to use variables
to refer to them.

Note the legacy dao->query() would require it if they were localisable whereas CRM_Core_DAO::executeQuery()
does not
CRM/ACL/BAO/ACL.php