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...

Comments

nagy.balint created an issue. See original summary.

nagy.balint’s picture

Version: 8.x-3.x-dev » 7.x-3.x-dev
nagy.balint’s picture

Status: Active » Needs review
StatusFileSize
new1.28 KB

I guess one way to fix it is to revert that part of the commit.

damienmckenna’s picture

  • damienmckenna committed b1e88bf2 on 7.x-3.x
    Issue #3453503 by nagy.balint, damienmckenna: Previous commit broke...
damienmckenna’s picture

Status: Needs review » Fixed

Committed. Thank you.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.