@@ -52,7 +52,7 @@ |
||
52 | 52 | */ |
53 | 53 | public function _on_reindex($topic, midcom_helper_configuration $config, midcom_services_indexer $indexer) |
54 | 54 | { |
55 | - if ( !$config->get('index_products') |
|
55 | + if (!$config->get('index_products') |
|
56 | 56 | && !$config->get('index_groups')) { |
57 | 57 | debug_add("No indexing to groups and products, skipping", MIDCOM_LOG_WARN); |
58 | 58 | return true; |