Skip to content
Snippets Groups Projects
Commit db01dd40 authored by totten's avatar totten
Browse files

(translation#30) Undo new MagicMerge::$l10nDir property

The previous commit added a new property `l10nDir` to `MagicMerge`.

The property doesn't seem to be needed, so omit it.
parent 1b94154b
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment