Via Michelle, there's a typo in metatag_open_graph.module:

function metatag_open_graph_reprocess_html(&$variables) {

should be:

function metatag_open_graph_preprocess_html(&$variables) {
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

DamienMcKenna created an issue. See original summary.

DamienMcKenna’s picture

Status: Active » Needs review
FileSize
493 bytes

DamienMcKenna’s picture

DamienMcKenna’s picture

Status: Needs review » Fixed

Committed.

Status: Fixed » Closed (fixed)

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