(dev/translation#30) Undo new MagicMerge::$l10nDir property
authorTim Otten <totten@civicrm.org>
Mon, 27 Jan 2020 03:15:03 +0000 (19:15 -0800)
committerTim Otten <totten@civicrm.org>
Mon, 27 Jan 2020 03:15:03 +0000 (19:15 -0800)
The previous commit added a new property `l10nDir` to `MagicMerge`.

The property doesn't seem to be needed, so omit it.

CRM/Core/Config/MagicMerge.php

index 401c0c0ef5c91f78e07e1dc6adaf47adae60cf74..84f27ed990f471fd1847a6b98e8b2ec9d35e41ca 100644 (file)
@@ -178,7 +178,6 @@ class CRM_Core_Config_MagicMerge {
       // Option: `restrict` - auto-restrict remote access
       'configAndLogDir' => ['path', 'civicrm.log', ['mkdir', 'restrict']],
       'templateCompileDir' => ['path', 'civicrm.compile', ['mkdir', 'restrict']],
-      'l10nDir' => ['path', 'civicrm.l10n', ['mkdir', 'restrict']],
 
       // "setting-path" properties are settings with special filtering
       // to return normalized file paths.