From 7e251f8fc9318ce54ff817e109925b2387ddaa1d Mon Sep 17 00:00:00 2001 From: wodby <wodby@example.com> Date: Fri, 12 Mar 2021 15:34:45 +0000 Subject: [PATCH] ISTWCMS-4104: coding standards --- uw_cfg_common.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uw_cfg_common.module b/uw_cfg_common.module index ace8ca6c..cebe3910 100644 --- a/uw_cfg_common.module +++ b/uw_cfg_common.module @@ -23,7 +23,7 @@ function uw_cfg_common_metatags_alter(array &$metatags, array $context) { // If there is no associated image, add the fall back university // logo to image_src and og_image tags. if (!$entity->field_uw_meta_image->target_id) { - $$metatags['image_src'] = 'https://uwaterloo.ca/university-of-waterloo-logo-152.png'; + $metatags['image_src'] = 'https://uwaterloo.ca/university-of-waterloo-logo-152.png'; $metatags['og_image'] = 'https://uwaterloo.ca/university-of-waterloo-logo-152.png'; } } -- GitLab