Drupal: Misc change in whitespace to fix Feature override.

This commit is contained in:
Shawn Kwang 2020-04-17 12:15:28 -05:00
parent 20fe0483dc
commit c52c9f1506
1 changed files with 2 additions and 1 deletions

View File

@ -230,7 +230,8 @@ function boinc_standard_strongarm() {
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'filter_pathologic_local_paths_4';
$strongarm->value = '/';
$strongarm->value = '/
';
$export['filter_pathologic_local_paths_4'] = $strongarm;
$strongarm = new stdClass;