Needs review
Project:
Context fields
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jan 2012 at 10:12 UTC
Updated:
22 Jan 2012 at 14:29 UTC
Jump to comment: Most recent file
context_fields_condition_field.inc line 52
if (!isset($values)) {
$this->getFieldValuesManually($entity_type, $entity);
}
should be:
if (!isset($values)) {
$values = $this->getFieldValuesManually($entity_type, $entity);
}
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | fix-bugs-1410142.patch | 1.15 KB | pasqualle |
Comments
Comment #1
pasqualleattached patch for my two issues ( this + #1410068: Problem with boolean values )