From: Coleman Watts Date: Sat, 7 Mar 2020 18:50:25 +0000 (-0500) Subject: Flush pseudoconstant cache when saving a tag X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=29303dfc371a7bf1ea9557b4969e79aa8dfb4b95;p=civicrm-core.git Flush pseudoconstant cache when saving a tag --- diff --git a/CRM/Core/BAO/Tag.php b/CRM/Core/BAO/Tag.php index ae94d043ea..57623f1d72 100644 --- a/CRM/Core/BAO/Tag.php +++ b/CRM/Core/BAO/Tag.php @@ -453,6 +453,8 @@ class CRM_Core_BAO_Tag extends CRM_Core_DAO_Tag { ); } + CRM_Core_PseudoConstant::flush(); + return $tag; }