Drupal: updated Strongarm variable to reflect new HTMLPurifier version

Regression/missing in 9de2db9a
This commit is contained in:
Oliver Bock 2018-03-09 09:19:18 +00:00 committed by Shawn Kwang
parent f95ebc5e27
commit c17e730d78
1 changed files with 1 additions and 1 deletions

View File

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