As pointed out in the last comment in #3386717: Remove unused variables
the commit broke the views_handler_area_result
Because there is a code part
foreach ($items as $item) {
$replacements["@$item"] = ${$item};
}Which fails as all the variables that it was using were removed in https://git.drupalcode.org/project/views/-/commit/0631676b3e1ee25b834139...
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | revert-area-result-changes-3453503-3.patch | 1.28 KB | nagy.balint |
Comments
Comment #2
nagy.balint commentedComment #3
nagy.balint commentedI guess one way to fix it is to revert that part of the commit.
Comment #4
damienmckennaComment #6
damienmckennaCommitted. Thank you.