$original_entity_types = $config->get('enabled_entity_types');
This is being declared but not being used anywhere.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | pathauto_unused_variable-2936690-1.patch | 512 bytes | prafullsranjan |
$original_entity_types = $config->get('enabled_entity_types');
This is being declared but not being used anywhere.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | pathauto_unused_variable-2936690-1.patch | 512 bytes | prafullsranjan |
Comments
Comment #2
prafullsranjan commentedI'm adding a patch to fix this issue.
Comment #3
prafullsranjan commentedComment #5
berdirCommitted.