Line 255 in the current 7.x-3.x-dev: $view_mode should be $context['view_mode'].
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | diff-1817958-undefined_var.patch | 1.06 KB | les lim |
Line 255 in the current 7.x-3.x-dev: $view_mode should be $context['view_mode'].
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | diff-1817958-undefined_var.patch | 1.06 KB | les lim |
Comments
Comment #1
les limPatch attached.
Comment #2
julien.reulos commentedThanks, works as expected.
Comment #3
alan d. commentedThis code has two entry points, from diff_entity_fields_diff() that fixes the notices that you are seeing, and also via some additional code that is going to be dropped.
I'll hopefully find some time to work on this tonight and commit this into 3.x-dev
Comment #4
alan d. commentedThis code was removed in #1825202: Simplify the Diff settings