How to reproduce:
- Enable RDF and Path Metatags.


        foreach ($element['#attributes'] as $group => $value) {
          if (!empty($build_meta[$value]) && $build_meta[$value] == $group) {
            unset($head_elements[$name]);
          }
        }

Here $value can be array, so we get warning when execute empty($build_meta[$value]) code.

Comments

zterry95’s picture

Issue summary: View changes
Status: Active » Fixed

Thanks for report this.
Fixed in e32d80b

Status: Fixed » Closed (fixed)

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