Skip to content
Snippets Groups Projects
Commit 97e7016a authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2317001 by Arla: Fixed FieldPluginBase::addAdditionalFields() bad debug message.

parent 8e6b32a9
No related branches found
No related tags found
No related merge requests found
......@@ -161,7 +161,7 @@ protected function addAdditionalFields($fields = NULL) {
}
if (empty($table_alias)) {
debug(t('Handler @handler tried to add additional_field @identifier but @table could not be added!', array('@handler' => $this->definition['handler'], '@identifier' => $identifier, '@table' => $info['table'])));
debug(t('Handler @handler tried to add additional_field @identifier but @table could not be added!', array('@handler' => $this->definition['id'], '@identifier' => $identifier, '@table' => $info['table'])));
$this->aliases[$identifier] = 'broken';
continue;
}
......
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