Skip to content
This repository was archived by the owner on Jan 15, 2021. It is now read-only.

Commit 7938d50

Browse files
Merge branch 'hotfix/culturefeed-kickstart/issues/1'
2 parents 3120578 + 1e27f95 commit 7938d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

culturefeed_search/lib/Drupal/Import/CultureFeedDomainImport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ private function importTerms($TermsElement, $pids = array()) {
8888
$termAttributes = $term->attributes();
8989

9090
// Do not import disabled terms
91-
if ($termAttributes['enabled'] == 'false') {
91+
if ($termAttributes['enabled'] == 'false' && drupal_is_cli()) {
9292
drush_log('skipped disabled term: ' . $termAttributes['id'], 'warning');
9393
continue;
9494
}

0 commit comments

Comments
 (0)