Skip to content
Snippets Groups Projects
Commit bd6104ed authored by lemming's avatar lemming
Browse files

fixed empty comment, a codesniffer violation

parent 092f2b61
No related branches found
No related tags found
No related merge requests found
......@@ -176,7 +176,8 @@ class SettingsSolrConnector extends StandardSolrConnector implements ContainerFa
parent::setConfiguration($configuration);
//
// Ensure configurations set by the settings file should be filtered out
// of the plugin configurations, and not saved.
$this->configuration = array_diff_key($this->configuration, $this->getExcludeConfigKeys());
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment