(dev/cloud-native#3) Runtime.php - Remove redundant check
authorTim Otten <totten@civicrm.org>
Tue, 9 Jul 2019 22:12:15 +0000 (15:12 -0700)
committerTim Otten <totten@civicrm.org>
Tue, 16 Jul 2019 01:58:12 +0000 (18:58 -0700)
commit896050a0ed8732c37e7355fd43a8e4186b3234ad
tree3e57bb9a0f7e21decec87b36265d41640cf42c9b
parent0bd3f65c109ae435fb3b43de5eaa4086e862cf05
(dev/cloud-native#3) Runtime.php - Remove redundant check

1. Previous commits generally removed any responsibility for
`CIVICRM_TEMPLATE_COMPILEDIR` from `Runtime.php`, so the validation
is longer local/relevant.

2. The `CIVICRM_TEMPLATE_COMPILEDIR` is still used in
`CRM_Utils_File::baseFilePath()` which has a similar validation step.
CRM/Core/Config/Runtime.php