diff --git a/uw_cfg_common.module b/uw_cfg_common.module
index ace8ca6cc0708586d6f53336188d625136ed0857..cebe39102f0396e4ea27d156d341972f7a98c333 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';
   }
 }